There is a bug in getRowData method if there is a grid under a grid and row ids of both grids are same.
So many times if the grid under any of the above column is expanded then the row data of that grid is returned instead of the parent grid, when calling on the parent grid.
Following selector solves the problem.
$(‘#’+ this.id + ‘> tbody > #’+rowid+’ td’,$t.grid.bDiv)
You may want to patch this up and use elsewhere also where say a row is to be fetched within a grid.
Thanks
Sachin
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top