Categories | Question details Back To List | ||
getting the absolute XY of a cell Hi, i would like to get the absolute XY of a cell and open near there a div with data How do i get the absolute XY? Thanks Yair Rozenberg Answer posted by dhtmlx support on Sep 24, 2008 06:38 Cell's html element is: grid.cells(id,index).cell; Grid doesn't provide API to get cell's position, but you can try to use functions mentioned in here: index.php?s=normal&q=5182 |