This question is locked. New answers and comments are not allowed.
I'm coding search form, i have a search textbox, a search button and a grid, i type search text into search textbox and then click search, i use grid.rebind to binding to get grid data with my search text
But when i choose any page, how i can send my condition to server for paging?
grid.rebind({condtion:$("#searchText").val()});But when i choose any page, how i can send my condition to server for paging?