Hello Sir
I have the same problem as this guy stackoverflow.com/questions/1303 … pagination
I have a grid that is supposed to display a big dataset. I used server-side sorting to sort the data, but now my problem is that the data gets sorted, but it only shows the first page.
Normally, GET variables are sent when the page is changed (posStart and count). But after I do the sorting it doesn’t send those variables. It sends nothing, which is why the other pages aren’t displaying anything.
Any questions will be appreciated