I ‘m developing virtual mode paging grid.
The problem is here,
I’m searching some result of information which’s total count is 38, ( pagesize is default 10, so there is 4 pages)
I’m searching 3 page by clicking of jqxgrid paging tag (triangle.)
finally, I’m searching the info by search Button.
the grid show me third page not first page.
I grab the pagenum , recordstartindex, recordendindex by fiddler .
These values are not changed ( I think the value of pagenum is to be 0, and recordstartindex is 0, recordendindex is 10 )
I clear the grid ( #jgrid.jqxGrid(“clear”), destroy, refreshData and I did best I can do , It’s didn’t work.
plz.. help me
(from Korea )