2

我正在使用自定义表单从 RadGrid 添加/更新我的记录。我在 RadGrid 中有一个列:

   <telerik:GridButtonColumn CommandName="Edit" ButtonType="ImageButton"  UniqueName="myEditColumn">
                        </telerik:GridButtonColumn>

我想坚持将此列用于我的编辑命令,但单击此按钮会打开 Build it Edit Form of Radgrid。我不想通过单击此列来打开该 EditForm。我不想使用其他方法为此放置自定义图像。相反,我必须使用 RadGrid 的 build In Edit 列,因为我在 Code 中发布了该列。

任何的想法 ?

4

1 回答 1

2

考虑使用 RadGrid 演示自定义编辑表单的示例:

http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/dynamicajaxsettings/defaultcs.aspx?product=grid

于 2013-04-19T15:02:28.263 回答