Categories | Question details Back To List | ||
dhtmlxgrid cell id Hello, I have an attribute id="xxx" on each cell of the xml definition of my grid. <cell id="xxx">VALUE</cell>. And i try to know this id of the cell when it is selected. I use cellById to have a CellObject but where can i found my cell id in this object ? Regards Steve Boulay PS: In the doc for function CellById, i can read : Note: if no parameters are indicated, the method gets dhtmlXGridCellObject object of currently selected cell. But if i try to call cellById without parameter i have a javascript error. Why ? Answer posted by Stanislav (support on Nov 19, 2009 06:02 grid.cellById(rowId, cellIndex).getAttribute("id") http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:methods_common_for_all_types_of_excells |