please help - i''m stuck

i have a big problem.
on my form i have 2 gris: 1 - syncfusion grid, 1 - MS.DatagridView.
each grid is bounded to a diffrent datatble.
when dbl.clicking on the ggc, i open a second form, passing it, the 2 datatables.
when the user click on the "OK" button, i try to updaete a dataview, based on one of the datatables.
while trying i get this err msg:
"specified argument was out of range of valid values"
if i'm using 2 MS.datagridview i dont get this msg, only with the syncfusion ggc.
mabey the problem is somthing with the ggc, trying to keep the current index, and now it might change?????
please help - i'm stuck.

3 Replies

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

Hi Shachar,

Please try the attached sample and let me know if you are looking something different.
GGCRowEdit.zip

Best regards,
Haneef


SS Shachar Shimshon February 13, 2007 05:17 AM UTC

no, this is not what i want.
i have to edit a dataview that is based on the datatable, which is the datasource of the grid.
i dont want to update the grid directly, but the dataview.

>Hi Shachar,

Please try the attached sample and let me know if you are looking something different.
GGCRowEdit.zip

Best regards,
Haneef


AD Administrator Syncfusion Team February 13, 2007 11:08 PM UTC

Hi Shachar,

I have modified the sample as per your requirement. Please have a look at the sample attached and let me know if this helps.

GGCDataViewEdit.zip

Thank you for using Syncfusion products.

Regards,
Haneef

Loader.
Up arrow icon