Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by andreea on Apr 25, 2008 02:28
open dhtmlx forum
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