PointToClientRow

I am getting a warining that the PointToClientRow function is obsolete. What is the proper way to convert a point to a grid row number?

2 Replies

AD Administrator Syncfusion Team April 7, 2005 09:04 PM UTC

I also noticed that scrolling is not accounted for in the result, I assume that you have to add TopIndex to get the true row number


AD Administrator Syncfusion Team April 7, 2005 10:38 PM UTC

Try grid.PointToRowCol. It will return the absolute row as opposed to the client row.

Loader.
Up arrow icon