I an new to JQGrid, and I have implemented the the grid to drag a row and drop to another control. The issue is if I click a column name for sorting or change the no of rows to display, the draggable event will get dropped. Any idea on how to rebind them since some events are fired before the sorting happens. Following is the grid implimentation.
|
1 2 3 4 |
<div class="sfcode"> $("#grid").jqGrid({<br /> url: '@Url.Action("OnOrderItemLoad","ResourcePlan")',<br /> datatype: "json",<br /> colNames: ['Select', 'OrderItemId', 'Overseas Office', 'Gender Category',</div> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top