HA
haneefm
Syncfusion Team
August 3, 2007 02:48 PM UTC
Hi Jasper,
You can try calling the Hidden.SetRange method to hide/show the specified range of rows in a grid. Below is a code snippet
[C#]
grid.Model.Rows.Hidden.SetRange(21, grid.Model.RowCount, true)
Best regards,
Haneef