Problem in saving data using vb.net DataGrid

i am having a problem in datagrid.i am using one combobox and two datarepeaters in my grid.the problem is when i try to save data without moving to some other column then changes made to last column are not saved pls tell some way so that i can do so.

1 Reply

AD Administrator Syncfusion Team November 25, 2005 11:42 PM UTC

Try this: OleDbDataYourdataadapterName.Update(YourDataSet, "yourTablename")

Loader.
Up arrow icon