Categories | Question details Back To List | ||
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) |