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.
Hello,
How do I get a point from an active cell while choosing it using keyboard. I can do it using mouse events but what if a user uses the keyboard. Please try answering my question in VB.NET
Thank You
CBClay Burch Syncfusion Team September 19, 2002 08:15 PM UTC
You can get the currentcell rectangle and use the rectangle to get a point in the cell.
Dim rect As Rectangle = Me.DataGrid1.GetCellBounds(Me.DataGrid1.CurrentCell)
Console.WriteLine(rect.ToString())