Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by andreea on Jun 03, 2008 09:07
open dhtmlx forum
I want to get the id of a cell and i have used (mygrid.cellById(rowId,cellInd) witch (i know) returns an object. How do i get the id of the cell?


Answer posted by Support on Jun 03, 2008 09:22
The value can be taken as
    mygrid.cellById(rowId,cellInd).getValue()

http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Excell_API_reference.html#grid_excellsapi