【发布时间】:2011-09-12 05:15:31
【问题描述】:
我有一个绑定到DataGridView 的数据表。DataGridView 为我提供了从DataTable 检索到的所需信息。其中一列必须为ComboBox。如何确保从数据表中显示信息,其中一列是ComboBox?
请指教。
【问题讨论】:
标签: data-binding datagridview combobox
我有一个绑定到DataGridView 的数据表。DataGridView 为我提供了从DataTable 检索到的所需信息。其中一列必须为ComboBox。如何确保从数据表中显示信息,其中一列是ComboBox?
请指教。
【问题讨论】:
标签: data-binding datagridview combobox
查看Using TemplateFields in the GridView Control
Here is another article 来自 MSDN 的模板字段。
【讨论】: