There is a protected property OnEditingDone
somewhere upwards in the hierarchy of the TDBGrid. Is there a reason this is protected and not available for TDBGrid? Not that it would help me (didn't find a way yet) with my specific problem but if I make this property published and recompile the LCL then this will perfectly work and fire an event after the editing of a cell is done. I don't see why such an event should not be available for TDBGrid. Intuitively I even would have expected it to exist. Thats why I searched for it. Bernd -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
