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.
AD
Administrator
Syncfusion Team
January 14, 2003 07:00 PM UTC
The GridHitTestContext class defines the default hit-test values used by the grid.
Stefan
JV
Jay Vashi
January 15, 2003 11:41 AM UTC
Thank you! That's what I needed. I guess I should have poked around the API docs some more.
Thanx again
MK
MT Krishnan
June 30, 2003 05:28 PM UTC
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.