The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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