Is there a way in JqxGrid to load data on filtering.
Example: Suppose there is a Column of First Names,
FIRSTNAMES
Anto
Antony
Bart
and I enter, say, Ro
, in the filter. Now, is there way to make an server call and load the more rows based on the call result?
For instance can I add a Rob
or Roy
, if found.
On checking the docs and the JQWidgets forum, I guess there is no way to to this. If anyone ever wants such a functionality then you must use the Grid toolbar and implement your own custom filter/search.