selecting a row in a grid
One would think this would really be easy but the function provided
don't seem to do anything:
grid.setSelectedRows([rthRow]);
In fact all I want to do is to select a row...! I.e. select the row as if a user clicked on it. (setcurrentRow() seems to set the current row correctly but it is not highlighted to show selected!)
don't seem to do anything:
grid.setSelectedRows([rthRow]);
In fact all I want to do is to select a row...! I.e. select the row as if a user clicked on it. (setcurrentRow() seems to set the current row correctly but it is not highlighted to show selected!)
jack mansons
June 27,