向 cxGridDBColumn 添加复选框(DateEdit)
我使用 Delphi BDS 2006 并有一个 DevExpress cxGridDBColumn,其属性设置为 DateEdit,并且想知道是否可以向显示的日期时间选择器弹出窗口添加一个复选框?
I using Delphi BDS 2006 and have a DevExpress cxGridDBColumn with properties set to DateEdit and was wondering whether it is possible to add a checkbox to the displayed date time picker popup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定我是否理解您希望实现的目标。不管怎样,如果不创建一个支持这种外观和感觉以及所需功能的自定义 cxEditor 是不可能的。
I am not sure that I understand what you wish to achieve. Anyway, it is impossible without creating a custom cxEditor which supports this look&feel and desired functionality.
这是一个快速技巧,可以帮助您实现此功能。但是,您应该自己处理该复选框。我已经为独立编辑器完成了此操作,但是,相同的方法也适用于就地编辑器:
Here is a quick hack which should help you implement this feature. However, you should handle the checkBox yourself. I have done this for the standalone editor, however, the same approach will work with the inplace editor: