标签: c# asp.net-mvc devexpress
我可以在gridview中查看所有客户的列表。默认编辑按钮不适合我。我可以为每行添加自定义按钮,并在带有客户ID的新标签页中打开时单击。 谢谢。
答案 0 :(得分:0)
使用 GridViewSettings.CommandColumn.CustomButtons 集合并处理 GridViewSettings.ClientSideEvents.CustomButtonClick 事件以完成此任务。
查看完整说明here,并查看其工作原理online。
答案 1 :(得分:-1)
我想自定义命令栏后面是什么,下面的链接应该使您入门。
https://documentation.devexpress.com/AspNet/3701/ASP-NET-WebForms-Controls/Grid-View/Concepts/Data-Representation-Basics/Columns/Command-Columns
https://demos.devexpress.com/aspxgridviewdemos/Columns/CommandColumnCustomButtons.aspx