Hi,
We have a ListGrid with Filter-Row and we read the data with a RestDataSource.
How can I increase the timeout for start-filtering for filterOnKeypress?
We use:
PS: We use smart-gwt-5.0-2015-01-06 with gwt-2.6.1 on IE11.
Regards,
Marco
We have a ListGrid with Filter-Row and we read the data with a RestDataSource.
How can I increase the timeout for start-filtering for filterOnKeypress?
We use:
Code:
listGrid.setAutoFetchData(Boolean.TRUE);
listGrid.setShowFilterEditor(true);
listGrid.setFilterOnKeypress(true);
listGrid.setDataSource(getDataSource());
listGrid.setCriteria(criteria);PS: We use smart-gwt-5.0-2015-01-06 with gwt-2.6.1 on IE11.
Regards,
Marco