Free source code programming in C#, VB.Net, Java, SQL
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();