Search This Blog

Wednesday, September 24, 2014

Telerik RadGridView clear all rows

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();