如何向网格添加新列?

发布于 2024-12-01 01:59:35 字数 127 浏览 0 评论 0原文

我有一个带有两列的datagrid,网格内有两个按钮:编辑删除

当我单击编辑时,我希望将一个新列添加到网格中。

我该怎么办?

I have a datagrid with two columns and with two buttons inside the grid: edit and delete.

When I click on edit I want a new column to be added to the grid.

How do I this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

话少心凉 2024-12-08 01:59:35

使用方法datagrid.Columns.Add()

Use the method datagrid.Columns.Add().

素年丶 2024-12-08 01:59:35

正如 Sjoerd 所说,使用该方法,但它不会有名称。您需要在方法中添加列的名称,除非您直接在数据网格中编辑它。

As Sjoerd said, use the method but it will not have a name. You would need to add the name of the column in the method unless you edit it directly in the datagrid.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文