3

我有数据库查询结果,它绑定到 DataGridView 控件。结果就像在 c# 中一样。

    Column id(hidden in display)    Description        amount.**
           1                          abc             9/8/7/6/5/4/3/2  (depend on query) non selectable option
           2                          cdesd           1 or 0 (Check box would be great)
           3                          dekskd          1 or 0 (Check box would be great)
           4                          gkekskd         0/1/2/3/4  combo-box with selection option

我搜索了很多文章。我找不到它。如果有人在这方面帮助我,我将不胜感激

4

1 回答 1

2

我会加入 CellFormatting 事件。您可以为该特定单元格进行自定义格式设置。

MSDN DataGridView.CellFormatting 事件

于 2013-01-04T22:00:15.973 回答