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.
How does one interpret the int return value of GridDataBoundGrid.HitTest? I want to be able to pop up a window if the user clicks on a given cell (a static cell showing an image). However, I don't know what the int return value means.
Please help.
ADAdministrator Syncfusion Team January 14, 2003 02:00 PM
The GridHitTestContext class defines the default hit-test values used by the grid.
Stefan
JVJay VashiJanuary 15, 2003 06:41 AM
Thank you! That's what I needed. I guess I should have poked around the API docs some more.
Thanx again
MKMT KrishnanJune 30, 2003 12:28 PM
Would be more intuitive/helpful if the HitTest were to return GridHitTestContext instead of an int. Or if the GridHitTest class were to be mentioned in the help for HitTest.
cheers, MTK.