如何在delphi7中使TRxDBGrid单元格可编辑

发布于 2024-11-08 16:09:14 字数 244 浏览 0 评论 0原文


谁能告诉我如何在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

内心旳酸楚 2024-11-15 16:09:14

这听起来不像是 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文