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