如何从 DevExpress 网格中删除行
我将 DevExpress XtraGrid 绑定到 SQL Server 数据库。我使用默认导航器来删除行。我希望数据库也能反映这些删除。我该怎么做?
埃里克
I bind my DevExpress XtraGrid to a SQL Server database. I use the default navigator to delete rows. I would like the database to reflect these deletions as well. How do I do this?
Erik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该启用 ASPxGridView GridViewCommandColumn。
以下是使用对象数据源的示例,但该概念对于任何类型都是相同的。
并拥有适当的数据源:
You should enable the ASPxGridView GridViewCommandColumn.
Here's an example using the Object Datasource but the concept is the same for any type.
And have the aproppiate Datasource: