Hi,
I have a grid with server side filterting, sorting & paging enabled.
properties are below listed
columnsresize: true,
columnsreorder:true,
enabletooltips: true,
virtualmode: true,
enablehover: true,
editable: true,
editmode: ‘dblclick’,
altrows:true,
filterable: true,
sortable: true,
showsortcolumnbackground: false,
sorttogglestates: 1,
showfiltermenuitems: true,
showfilterrow: true,
showfiltercolumnbackground: false,
groupable: true,
pagesizeoptions: [’10’, ’15’, ’30’, ’50’, ’75’, ‘100’, ‘200’],
pagesize: _ViewsAndGrid.GridPageSize,
columns: [],
selectionmode: ‘checkbox’
Problem is only in firefox. if i reorder the columns in the grid, its auto sorted sometimes
Can you please suggest some solution for this.
Thanks,
Kiran