Radgrid 停止同时添加新行和编辑行的功能
在我的 radgrid 上,我可以进行内联插入和编辑。
用户可以单击“添加新”,这将为他们提供编辑模板,然后单击现有记录上的“编辑”。这会导致两个编辑器可见。
如果他们正在插入数据,我想停止编辑的能力,同样,如果他们正在编辑,我想停止插入的能力。
On my radgrid I have inline inserting and editing.
It is possible for the user to click "Add New" which gives them an editing template and then to click "edit" on an existing record. This results two editors being visible.
I would like to stop the ability to edit if they are inserting data and likewise to stop the ability to insert if they are editing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
绝对有可能 - 找到此主题不久前在寻找相同的东西时。
Definitely possible - found this topic a while ago while searching for the same.