Telerik > RadGridView > Rows > Clear
Clear is a efficient solution to remove all rows since the grid's events will be suspended.
Example
this.radGridView1.Rows.Clear();
Telerik > RadGridView > Rows > Clear
Clear is a efficient solution to remove all rows since the grid's events will be suspended.
Example
this.radGridView1.Rows.Clear();