I want to display the entire grid row on a separate widget/form. Is there a Row Object that I can get hold of?
Thanks!
You can get all necessary data from row by using
grid.cells(id,ind).getValue();
If necessary you can access HTML row directly as
grid.rowsAr[id]
please beware that in case split or smart-rendering - HTML element may return empty or outdated data