Using dhxCalendarA in Grid

I am creating a grid from XML and i am using the following to create the date column to allow user to pick a date.

column type=‘dhxCalendarA’ sort=‘date’ width=‘*’ align=‘center’>Expected leaver date</column

I am want to execute a bunch of code when a date is selected.

Any suggestion, how I can use the date select event.

Thanks

Please, try to use the onCellChanged event:
https://docs.dhtmlx.com/api__dhtmlxgrid_oncellchanged_event.html