如何在delphi7中使TRxDBGrid单元格可编辑
谁能告诉我如何在delphi7中使TRxDBGrid单元格可编辑? 我设置了 TRxDBGrid 对象的一些属性,如下所示。 选项:dgEditing =>真的 只读 => FALSE
还有列(单元格?)如下
ReadOnly => FALSE
但这没有帮助。
delphi 7 的信息很少,因为它太旧了。而且这个问题花费了我太多时间。 谢谢你的帮助。
最诚挚的问候。
Can anyone kindly tell me how to enable TRxDBGrid cell to be editable in delphi7?
I've set some properties of the TRxDBGrid object as following.
Options:dgEditing => TRUE
ReadOnly => FALSE
And also the columns(cells?) as following
ReadOnly => FALSE
But it doesn't help.
Theres's little infos for delphi 7 since It's too old.And the issue costs me too much time.
Thanks for helping.
Best regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来不像是 TRxDBGrid 的问题。我已经使用它很长时间了,从来没有出现过这样的问题。我非常确定您的底层数据源是只读的,或者数据集是某种“只读”的。也许您可以在表单上使用第二个 TDBGrid 进行测试?
That does not sound like a problem with TRxDBGrid. I have used it for long time now and there was never such a problem. I am quite sure that your underlying Datasource is ReadOnly or the Dataset is "ReadOnly" in some kind. Maybe you can test is with a second TDBGrid on the Form?