我们如何在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 mean DataGridView?

If so, then search for DataGridViewButtonColumn.

If not then you will need to be more precise about which grid control you are using.