Hi guys,
I hope it's correct place to put my question/request. We are using WebDataGrid. Everyting is OK but we definetelly need:
1. MS Excel like filters (with checkboxes)
2. Ability to remove some items from filter drop down list.
Are you going to implement these feature in the future in WebDataGrid control? Can you share your plans about these features, please.
Best regards,
Edward
Hello Edward,
We have this feature on our list to get to for our next release. At this time, I don't know for certain if it'll make the cut. If you can check back with me middle of February, I can share more specifics.
Feel free to reach out to me directly at : murtazaa@infragistics.com
Best Regards,
Taz.
Taz,
did you get the solution for moving some options from filtering dropdownlist?
thanks.
Hi tony,
You can remove options from the filtering drop down list (filter type of row) by simply handling the showing or shown client event and taking out the LI with the option you do not want to show.
regards,David Young
Hi David,
did you get the cause of my problem? thanks.
Hi,I have not actually tried to debug it. You should contact developer support for that. however, just looking at it, I see you are using jquery to completely overwrite the UL. The ul has the events attached to it. So they are gone when you do it this way. Why is it not sufficient to just called $(li).remove()? The option will be gone. There should be no need to build up the inner html and reapply it.