I'm trying to disable sortablerows functionality from a grid. I'd like to have the ability to toggle on/off the sortablerows functionality. Enabling the feature is pretty straightforward:
|
1 |
<br />jQuery("#list").jqGrid('sortableRows', {<br /> |
