Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Patricia on Jul 10, 2008 08:36
open dhtmlx forum
Get Value

Please i need to get value of a cell of the row selected and by specifying the column name.
get value of a row & column defined.
thanks,
Answer posted by Support on Jul 10, 2008 08:53
If you know row ID and column index you can get value as
    var value = grid.cells(rowId,columnIndex).getValue();