GridControl Max Rows

I need to able to display 168 rows in a GridControl. Currently it will display only 160. I set the gridControl.RowCount to 168 and nothing seemed happen. How do I make the grid to display more 160 rows.

1 Reply

AD Administrator Syncfusion Team May 29, 2003 07:55 PM UTC

After setting the rowcount, try calling gridControl1.ResetVolatileData(); to see if that will allow your rows to show.

Loader.
Up arrow icon