We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ComboBox Cell not saving value first time in the first row

Using the attached sample try to do the following: In the 1st row Select any item in the ComboBoxCell, new item is not saved for that cell ONLY the first time. It only happens in the first row the first time, 2nd row is OK. Is this an issue? (I''m using 2.0.2.1 and VS2003) Combo2_1133.zip

1 Reply

AD Administrator Syncfusion Team January 29, 2004 09:40 PM UTC

Try changing the order of setting the GridBoundColumns and the dataSource from: gridDataBoundGrid1.DataSource = EmptyTable(); gridDataBoundGrid1.Binder.GridBoundColumns = columns; to gridDataBoundGrid1.Binder.GridBoundColumns = columns; gridDataBoundGrid1.DataSource = EmptyTable();

Loader.
Live Chat Icon For mobile
Up arrow icon