如何禁用某些列的页脚摘要?
我正在使用 devexpress 网格,并且我不想为字符串列提供任何页脚或组摘要。用户可以通过访问页脚菜单来修改用于页脚摘要的公式。我希望对字符串列禁用此菜单,因为提供的摘要对于字符串列没有意义。有什么想法吗?
I am using a devexpress grid and i don't want to have any footer or group summary for string columns. The user can modify the formula used for the footer summary by accessing the footer menu. I want this menu to be disabled for string columns, since the provided summaries do not make sense for string columns. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于所有对该解决方案感兴趣的人:
处理网格的ShowGridMenu事件:
For all those interested in the solution:
Handle the ShowGridMenu event of the grid: