Categories | Question details Back To List | ||
Grid Row Object 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! Answer posted by Support on Feb 08, 2008 01:27 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 |