This question is locked. New answers and comments are not allowed.
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
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);