clear rows

How to clear rows in grid? I can''t find a function!

3 Replies

AD Administrator Syncfusion Team June 27, 2005 03:17 PM UTC

Are you using a GridDataBoundGrid or a GridControl? By clear rows, do you mean to actually remove the rows, or just make the cells empty (leaving empty rows present)?


HV Hrvoje Voda June 27, 2005 08:44 PM UTC

I''m using grid control, and I want to remove rows so that a grid stays empty.


AD Administrator Syncfusion Team June 27, 2005 09:38 PM UTC

You can use the this.gridControl1.Rows.RemoveRange method to remove rows from a GridControl.

Loader.
Up arrow icon