I am using jqGrid and am looking for a way to drag rows between groups in the same table. Removing a row from one group to another group will change the value in the row in which the table is currently grouped.
For example, if I have a table of tasks grouped by date, dragging a task into another group of the early update date will update this row execution date to the value of the group to which the row was reset.
Is this possible with jqGrid ?!
source share