SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
I have set listgrid.setFilterOnKeypress(true);
And live filtering is working. Since there is a large amount of data, if i enter a letter a filtering call is fired.
1. How can i filter after a delay of 2 sec.
2. Is there a way, in which i filter only when user enters atleast three characters for a field.
I have set listgrid.setFilterOnKeypress(true);
And live filtering is working. Since there is a large amount of data, if i enter a letter a filtering call is fired.
1. How can i filter after a delay of 2 sec.
2. Is there a way, in which i filter only when user enters atleast three characters for a field.
Comment