This is a migrated thread and some comments may be shown as answers.

Remove/Delete a RadGridView Row

1 Answer 123 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Erik
Top achievements
Rank 1
Erik asked on 17 Feb 2011, 12:46 AM
Can anyone tell me how to remove a row from an RGV?  myRadGridView.Row[2].Remove() would be nice ;)

I'm loading it up as such and tried dumping the incoming values from my e.Result set with no luck

dynamicGrid.ItemsSource =

new DataTable(e.Result);

 

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 17 Feb 2011, 08:01 AM
Hello Erik,

If you want to remove any row, you need to work with the Items collection (RadGridView.Items) instead. 

Greetings,
Maya
the Telerik team
Tags
GridView
Asked by
Erik
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or