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,
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.
I have persist: true for sorting but still same issue. When i change page size sorting vanished.
See example http://fiddle.jshell.net/6MV4Y/