I tried the solution for "Adding ComboBox to DataGrid control" posted on 16th. November. I could not understand the DataGrid part of it.
I dropped a DataGrid control & a ComboBox control on the form at design time and populated them with data at run-time.
Both the controls are displaying data as expected, but the ComboBox is not interacting with the DataGrid control - that is it does not sit into the clicked cell, the value selected from the ComboBox does not modify the DataGrid cell, and it does not hide when left.
I am not clear on the DataGridTableStyle & the DataGridTextBox classes.
Please help.
R. A. Abbasi
I dropped a DataGrid control & a ComboBox control on the form at design time and populated them with data at run-time.
Both the controls are displaying data as expected, but the ComboBox is not interacting with the DataGrid control - that is it does not sit into the clicked cell, the value selected from the ComboBox does not modify the DataGrid cell, and it does not hide when left.
I am not clear on the DataGridTableStyle & the DataGridTextBox classes.
Please help.
R. A. Abbasi