jqGrid filtering on the client-side using "filterToolbar"
Posted
by cosminaru
on Stack Overflow
See other posts from Stack Overflow
or by cosminaru
Published on 2010-05-17T12:44:43Z
Indexed on
2010/05/17
12:50 UTC
Read the original article
Hit count: 1297
Hi guys,
I have to add filtering to a jqGrid that is completely managed on the client side (data is only loaded once from the server).
I need to use filterToolbar in order to filter the grid data, but couldn't find info if there is a default search mechanism on the client side. Is a server-side search the only way to do this?
Thanks, Cosmin
© Stack Overflow or respective owner