problem while updateing column

hi all.
my ggc is bounded to a datatable.
when the user clicks on a row, i open another form showing all the data from that row in textboxes.
the user can edit what he want's, and then when he clicks "OK" , i write:
MyDv[0].BeginEdit();
MyDv[0]["Column1"]=xxxx;
MyDv[0].EndEdit();
BUT - After the second row i get an exception, and the stacktrace is attached.
please help.

err2.zip

1 Reply

AD Administrator Syncfusion Team February 12, 2007 11:40 PM UTC

Hi Shachar,

Please refer to the following forum thread for more details.
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=56261


Best regards,
Haneef

Loader.
Up arrow icon