jarrod
19 Dec 2006, 6:21 PM
focusRow() works only if column 0 is not hidden due to the following:
row.childNodes.item(0).focus()
Btw, I'm storing additional internal row data which is never displayed (except for debugging purposes) but used more for determining the style of the grid row, as well as adjacent row cells. Currently, storing these internal data as hidden columns - which probably isn't the best method since hidden columns are created but never ever displayed - appreciate any good suggestions for the JSONDataModel.
row.childNodes.item(0).focus()
Btw, I'm storing additional internal row data which is never displayed (except for debugging purposes) but used more for determining the style of the grid row, as well as adjacent row cells. Currently, storing these internal data as hidden columns - which probably isn't the best method since hidden columns are created but never ever displayed - appreciate any good suggestions for the JSONDataModel.