Update Problem with Combobox DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have got combobox data grid sample from http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q
I added code to update changed records but it does not work.Have some one idea how add update ,new and delete functionality to data grid with combobox coloum.Data grid displays data from two tables,related by foreign key relation.that is typical case often encountered in database applications.
 
Did you download the sample of a DataBound combo box at the end of that
section (5.9)? Which is your code based on? The bound or unbound version?

Pete


nadeem said:
I have got combobox data grid sample from
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q .
I added code to update changed records but it does not work.Have some one
idea how add update ,new and delete functionality to data grid with combobox
coloum.Data grid displays data from two tables,related by foreign key
relation.that is typical case often encountered in database applications.
 
I have downloaded DataBound combo box sample.My code is based on this sample.Btw can yo
tell me about the same problem with other samples.however my primary concern is about databound combo box sample
 
Back
Top