Hi Marian,
rDBGrid as well as standard DBGrid does not show editor for read only dataset.
But it is possible to hack it in following way:
- use dataset in NOT read only mode, so rDBGrid can activate editor
- add event for dataset BeforeEdit + BeforeInsert + BeforeDelete and add call ABORT method in all these events, then editing is not started
I hope it helps
Best regards
Tomas
Dne čtvrtek 2. dubna 2026 v 16:41:10 UTC+2 uživatel Marian Nykel napsal: