datagridview with combobox not displaying data when bound to a Datatable
I have a Datatable that is bound to a DataGridView.The DataGridView gives me the required information retrieved from the DataTable. One of the columns needs to be as a ComboBox. How to I make sure that the inf开发者_运维技巧ormation is displayed from the Datatable with one column being a ComboBox?
Please Advice.
Check Using TemplateFields in the GridView Control
Here is another article on Template Fields from MSDN.
加载中,请稍侯......
精彩评论