:: Forum >>

get a clicked cell coordinates

Does anybody know how i can get the x/y matrix indexes of a cell i clicked on?
activewidgetlover
Saturday, October 9, 2004
var scrollbars = obj.getTemplate("layout").getContent("scrollbars");
var x_coor = scrollbars.element().scrollLeft;
var y_coor = scrollbars.element().scrollTop;
var rowV = obj.getSelectionProperty("index");
Daron
Wednesday, October 13, 2004
whoops that get x-y of grid scrollbars not of particular cell in grid
Daron
Wednesday, October 13, 2004

This topic is archived.


Back to support forum

Forum search