Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

How to set timeout for filterOnKeypress

$
0
0
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:
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

Viewing all articles
Browse latest Browse all 4756

Trending Articles