Hi,
1. Requirement :
In my project most of grids need to have client side sorting . so lets say i have 10 records on client side when i sort only those 10 records will be sorted.
But I need server side paging.
Solution :
I can achieve this by using loadonce : true in jqgrid. And providing some other server side pager control.
Problem :
1. Can I achive client side sorting and server side paging both using JQGrid.
2. When i set the load once to true the paging gets disabled. I wants to provide some kind of jquery paging also. So when i click on next page it will fetch the next say 10 records from the server.
Regards,
Sam
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top