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