1
ParamQuery Pro Evaluation Support / Re: Delete multiple rows from grid
« on: April 06, 2015, 06:08:44 pm »
The rowIndxs.reverse(); did the trick,
and obviously the index must be applied.
this line on its own did not work(I just forgot it in the example):
$("#grid_rowhover").pqGrid("deleteRow", { rowIndx: arrRowIndxs[ i ], track: false });
So thank you very much for your help
and obviously the index must be applied.
this line on its own did not work(I just forgot it in the example):
$("#grid_rowhover").pqGrid("deleteRow", { rowIndx: arrRowIndxs[ i ], track: false });
So thank you very much for your help