Hi.
I'm making a WinForms application in
VB.NET, and have a problem with a datagrid filled from an arraylist containing the objects i want to display in the datagrid.
The datagrid is filled correctly from the arraylist when the form is loaded, but there is some strange error here. When I click inside the datagrid, and then click on another controll on the form, I get the following errormessage:
Error when committing the row to the original data store.
Index was out of range. Must be non-negative and less than the size og the collection.
Parameter name: index Do you want to correct the value?
The datagrid is readonly, and I only want to be able to select a row in it. Can anyone help me with this?
__
torisch
Tromsø - Norway