dhtmlx Grid

How to Accesss value of a cell in the grid populated using XML ?

You can get cell object with:
var obj=grid.cellById(row_id,cellIndex)
or
var obj=grid.cellByIndex(row_index,cellIndex)