Subject | Re: [IBO] IB_Grid.PreventEditing and the InPlaceEditor |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2001-04-28T12:17:55Z |
> I have not tried, but I suspect you can probably achieve what you wantNo, this doesn't work. I have overriden both Functions with Result:=false,
> by overriding CanEditModify and/or CanEditShow (from TCustomGrid).
but nothing changes.
I had another idea, when the dataset is PreventEditing:=true, I set the
Grid.readOnly:=true, but I haven't found the event, to react on changes to
the dataset. I tried SysStateChanged, but this doesn't work for me. Any ideas
?
Guido.