AD
Administrator
Syncfusion Team
February 13, 2003 07:03 PM UTC
Model.RowCount does not include filtered rows. It is just the number of all records that are shown in the grid.
Grid.ViewLayout.VisibleRows returns the number of visible rows in the current view. I mean here the number of rows that are actually shown and not scrolled out of view ...
Use Grid.PointToRangeInfo(pt, -1) to find out if the clicked point is below or right of the grid. It will return GridRangeInfo.Empty in that case.
Stefan