dhtmlxgrid + Paging + Sort + search

Hi



I’d like to know how to go about doing a dynamic search against some static paged output.



You provided a search example where you loop through all rows and hide those that do not match the search text keyed in. However i cannot use the same procedure across paged output. The getRowsNum() function only returns the number of visible rows on that page. Sorting works correctly across all pages that are not displayed so i imagine it must be possible for me to search against all rows including those that are not visible.



Thanks

George