Subject Re: [IBO] IB_Grid.PreventEditing and the InPlaceEditor
Author guido.klapperich@t-online.de
> I have not tried, but I suspect you can probably achieve what you want
> by overriding CanEditModify and/or CanEditShow (from TCustomGrid).

No, this doesn't work. I have overriden both Functions with Result:=false,
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.