Categories | Question details Back To List | ||
How do I get the value of a cell in a tree grid? Answer posted by Support on Apr 25, 2008 04:21 You can use grid.cells(i,j).getValue(); where i - row ID j - column index or grid.cells2(i,j).getValue(); where i - row index j - column index |