Hello,
I believe the following is a bug:
Environment
Problem:
|
1 2 |
var rows = myGrid.getGridParam('selarrrow');<br /> myGrid.delRowData(rows[0]);<br /> |
This code removes the row from the grid, but if I come back around to this code, the result of the first line has whatever new selected rows I have, as well as the rows that were selected previously.
I saw this post on the forum, but I think it is a slightly different problem.
I think I'm going to have to manually toggle them off as a work around before I delete them, but I would expect that to happen internally.
Let me know if you need more information.
Regards,
Michael Biasetti
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top