08-30-2009, 12:03 PM
Hi Pranjal,
it will help, If you can specify exactly what you would like to access rows of datagrid.
You can try .SelectIndex(i) to select the row. this should work for rows that are not visible.
And .getROProperty("selectedItem") should get you the item.
it will help, If you can specify exactly what you would like to access rows of datagrid.
You can try .SelectIndex(i) to select the row. this should work for rows that are not visible.
And .getROProperty("selectedItem") should get you the item.