I have remote sorting , paging and filter enabled on iggrid. When i change page size, sorting is removed from columns and sorting params are not encoded in request URL.
Steps to reproduce
1) http://fiddle.jshell.net/6wvTL/
2) sort with date
3) change page size
4) Sorting get remove from date column.
Any thoughts on this?
Hello,
If you have any further questions, please let me know.
Hi Manish,
This is a limitation of the Paging feature. Please see the following article: http://help.infragistics.com/Help/Doc/jQuery/2014.1/CLR4.0/html/Known_Issues_and_Limitations_2014_Volume_1.html#_Ref370551356
I have persist: true for sorting but still same issue. When i change page size sorting vanished.
See example http://fiddle.jshell.net/6MV4Y/
This is the default behavior. I would suggest you to save the sorting state and reset it on pageSizeChanged event of the grid. Another option would be to use the features persistence available in Infragistics v14.1: http://localhost:24772/grid/feature-persistence
Hope this helps.