The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator 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)?
HVHrvoje VodaJune 27, 2005 08:44 PM UTC
I''m using grid control, and I want to remove rows
so that a grid stays empty.
ADAdministrator Syncfusion Team June 27, 2005 09:38 PM UTC
You can use the this.gridControl1.Rows.RemoveRange method to remove rows from a GridControl.