启用禁用允许在 Telerik 网格的子模板上添加新行
有谁知道是否可以以编程方式启用或禁用子模板中 Telerik 网格的添加新行功能?
我有一系列行和每行一个子模板。对于某些行,我希望用户能够对子模板执行操作,而对于其他一些行,我则不能。
当网格显示时,我很难找到子模板的实例。
这个问题是针对 winforms telerik 的。
Does anyone know if it is possible to programatically enable or disable the add new row feature of the telerik grid in a child template ?
I have a series of rows and a child template for each row. For some rows I want the user to be able to perform operations on the child template, for some other rows i don't.
I am having a hard time finding the instance of the child template when the grid get's displayed.
This question is for winforms telerik.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这需要做一些工作,但这是可能的。我测试了以下代码并且它有效。希望这些评论能够不言自明:
It takes a little work but this is possible. I tested the following code and it works. Hopefully the comments make it self-explanatory: