Hi,
I’m trying to disable the dragging of columns on an existing grid by setting sortable to false, but it doesn’t work.
jQuery(‘#mygrid’).jqGrid(‘setGridParam’, {sortable: false});
Â
Any idea how to disable the drag-and-dropping of columns of an existing grid?
Â
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top