Hi,
My question is: How to programmatically preset drop down list filter, so that the filter bar is initially not empty and the item list is prefiltered. In your typical scheme all the filtering is done in reaction to filtering event, when both the contents of filter bar and updateData method are accessible via event object. How to set filter bar contents programmatically and how to call updateData without event context?
Here is my usage context:
I have a need of creating an editor component for a grid cell which combines functionality of masked numerical input and drop down list, allowing for selection of one of the predefined labels. Without details, when user enters a digit, the component switches to masked input view, and when user enters alpha, it switches to filtered drop down list. The alpha character, that has been entered should preset a dropdown list filter input, so that the list shows prefiltered.
Thank you in advance for your help,
Piotr