skmd
11 Nov 2011, 7:40 AM
Hi,
We are using GXT 2.2.5 and IE 8.
We have implemented String, Numeric and List Filters in our project. The Filtering happens on server side. We go the functionality to work as desired.
We would like to disable the type ahead filter functionality and trigger filtering only when the user hits on ENTER key.
I could not find a method that would turn off the type ahead filter functionality. The only option I see is to set the delay using setUpdateBuffer(int) method.
I believe GXT's Combo box provides a method setTypeAhead(boolean) method which does that.
Please let me know if there is a way to disable the type ahead functionality in GXT filters.
Thanks,
Sunil
We are using GXT 2.2.5 and IE 8.
We have implemented String, Numeric and List Filters in our project. The Filtering happens on server side. We go the functionality to work as desired.
We would like to disable the type ahead filter functionality and trigger filtering only when the user hits on ENTER key.
I could not find a method that would turn off the type ahead filter functionality. The only option I see is to set the delay using setUpdateBuffer(int) method.
I believe GXT's Combo box provides a method setTypeAhead(boolean) method which does that.
Please let me know if there is a way to disable the type ahead functionality in GXT filters.
Thanks,
Sunil