Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anand Kulkarni on Sep 30, 2009 04:24
open dhtmlx forum
dhtmlx Grid

How to Accesss value of a cell in the grid populated using XML ?
Answer posted by dhxSupport on Sep 30, 2009 08:14
You can get cell object with:
var obj=grid.cellById(row_id,cellIndex)
or
var obj=grid.cellByIndex(row_index,cellIndex)