GDG cell mouse position

Hi, I need to be able to tell what cell a mouse is over when the user right clicks. I need to dynamically determine what context menu to display based on what cell is clicked on. I tried using currentcell but aparently the grid_click event gets fired before the CurrentCell properties are updated. Thanks, Gordon

2 Replies

GR Gordon Rhea October 5, 2004 01:26 PM UTC

Sorry, I''m using a Data bound grid for this.


AD Administrator Syncfusion Team October 5, 2004 02:43 PM UTC

You can use grid.PointToRowCol to get the row and column under a point. This KB has some sample code. http://www.syncfusion.com/Support/article.aspx?id=10054

Loader.
Up arrow icon