Search code examples
delphievent-handlingdevexpresstcxgrid

How can I fire an event handler after a value in a TcxGrid has changed?


I've got a DevExpress TcxGrid, with an event handler attached to its GridView's OnEditValueChanged event that's supposed to summarize some data in one of the columns. Problem is, this event gets fired during validation, before the updated value has been written to the underlying dataset. I'm not too familiar with the TcxGrid. Does anyone know if there's a way to fire an event handler after the dataset has been updated?


Solution

  • What about using the DataSource.OnDataChange event?