Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by PCBiker on May 07, 2008 06:15
open dhtmlx forum
Custom excell: get cell Id

Hi,

I make a custom excell and i need to know the id of cell.
How i can get this id?

Thanks
Answer posted by Support on May 07, 2008 10:16
The cell has not ID, only index, which can be taken from inside excell code as
    this.cell._cellIndex();

If you want to get column ID
    this.grid.getColumnId(this.cell._cellIndex)
Answer posted by PCBiker on May 08, 2008 23:34
Ok, and how i can get grid id?
Answer posted by Support on May 14, 2008 09:41
There is no such thing as grid ID , if you need to have some unique identification you can try to use ID of grid's container

    grid.entBox.id