I have a celledit grid, and it also has celledit grids as subgrid, and they are not sortable.
When I add a new row at the bottom by the method, addRowData, I want to set the focus on the first editable column of the new row by the method, editCell(iRow,iCol,true).
Since my grid has subgrids, the largest iRow will not equal to the largest rowid if any subgrid was expanded.
so, my question is
Is there any way to get the iRow of the new added row? Thank you.