我正在使用自定义表单从 RadGrid 添加/更新我的记录。我在 RadGrid 中有一个列:
<telerik:GridButtonColumn CommandName="Edit" ButtonType="ImageButton" UniqueName="myEditColumn">
</telerik:GridButtonColumn>
我想坚持将此列用于我的编辑命令,但单击此按钮会打开 Build it Edit Form of Radgrid。我不想通过单击此列来打开该 EditForm。我不想使用其他方法为此放置自定义图像。相反,我必须使用 RadGrid 的 build In Edit 列,因为我在 Code 中发布了该列。
任何的想法 ?