Question
What do I have to set in the event “phGantX1_OnBeforeCanEditGrid” that the cell can not be edited? A special return value or any other property?
Answer
The parameter called theDataEntity has a property CanEdit that you can set to false… If it is false edit cannot start…