我们如何在C#Windows DataGrid中像ASP.Net GridView一样添加template(button)列
问题描述:
我们如何在ASP.Net GridView之类的C#Windows DataGrid中添加模板(按钮)列.
感谢您的反馈
谢谢你
Shaan
how can we add template(button) column in C# Windows DataGrid like ASP.Net GridView.
Appreciate your feedback
Thanking You
Shaan
答
您是说DataGridView
吗?
如果是这样,则搜索 DataGridViewButtonColumn .
如果不是,那么您将需要更精确地了解所使用的网格控件.
Do you meanDataGridView
?
If so, then search for DataGridViewButtonColumn.
If not then you will need to be more precise about which grid control you are using.