我使用 Telerik Rad Grid。对于我在下面添加的编辑一条记录
OnEditCommand="Stackoverflow_EditCommand" and in the grid I wrote
<telerik:GridButtonColumn CommandName="Edit" Text="Edit" CommandArgument="Id">
</telerik:GridButtonColumn>
在 asp.net 页面上,当我单击编辑按钮时,有一些默认文本框可以编辑,但我不想向用户显示它们,我打开一个新窗口并从那里显示文本框。所以我不想显示默认编辑行,我该如何防止它?