Row count

Hi !

How to find the visible row count in the syncfusion grid?

Regards
Prakash

1 Reply

AD Administrator Syncfusion Team February 19, 2007 03:27 PM UTC

Hi Prakash,

Use the VisibleRows property to get the number of visible rows in a grid.

int iVisiblerows = this.gridControl1.ViewLayout.VisibleRows;

Best regards,
Haneef

Loader.
Up arrow icon