Hello,
I’m new to the Xceed grid Control. And I need some help.
I’m trying to remove unbound datarows, and didn’t get success I received de following Exception when remove method was called:
“Exception has been thrown by the target of an invocation.”
Code:
Dim objDatarow As Xceed.Grid.DataRow
For Each objDatarow In grdagents.DataRows
objDatarow.Remove()
Next
Do you have any idea’s how I can solve this?
Thanks.
Daniel Romaniuk
Imported from legacy forums. Posted by dRomaniuk (had 1998 views)