10149 : How can i get a notification every time the user change a row value? phGant

Question

How can i get a notification every time the user change a row value?

I have 3 columns in a gantt grid, two of them are start and stop (tckDate) for the time entity. But i need to reflect changes made in those columns visualy in the time entity, but i can find an event for the task. Thank you very much.

Answer

In the ActiveX you have the event IphGantX3.OnValueChangedGrid that is triggered whenever a new value is applied to the cell.

In VCL this event corresponds to the phGant.Grid.OnEditStop event.

Leave a Reply