从 Radgrid 行中插入项目按钮

发布于 2024-10-29 02:43:57 字数 157 浏览 1 评论 0原文

我想获取 RadGrid 中已存在的行,而不是打开编辑模板,我想打开包含该数据的插入模板。

我要求允许用户对其“键”值上的行进行编辑,结果是一个新行,他们不必重新输入所有内容。

我的猜测是在行上放置一个插入按钮,但我不确定如何打开插入模板并仍然让它将该行数据绑定到它。

I want to take an already existing row in a RadGrid and instead of open an edit template I want to open the Insert template with that data.

I have a requirement to allow the user to make edits to the rows on their "key" values, the result being a new row that they didnt have to type everything over again.

My guess is to put an insert button on the row, but I'm not sure how to open the insert template and still have it bind that rows data to it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浊酒尽余欢 2024-11-05 02:43:57

如果您将一个按钮放在网格行内(例如在模板列中)并将其 CommandName 设置为 InitInsert,则按下时应自动触发插入并打开插入表单。 AFAIK Telerik ajax 网格实践了与标准 MS GridView 相同的命令事件冒泡。

If you put a button inside the grid row (in a template column for instance) and set its CommandName to InitInsert, this should automatically trigger insert when pressed and open the insert form. AFAIK the Telerik ajax grid puts into practice the same event bubbling from commands as the standard MS GridView.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文