The columns date formats are DD/MM/YYYY.
columns: [
{ id: 'wbs', type: 'wbs', text: 'WBS', width: 70 },
{ id: 'name', type: 'name', width: 250 },
{ id: 'duration', type: 'duration', width: 125 },
{ id: 'startdate', type: 'startdate', width: 125, format: 'DD-MMM-YYYY' },
{ id: 'enddate', type: 'enddate', width: 125, format: 'DD-MMM-YYYY' }
]
The page freezes when editing the date in the grid.
I tested on the Aggregate example (/gantt/examples/aggregation-column/).
I then changed date format to DD-MMM-YYYY and it didnt freeze however it wouldnt update the task. The only way to reliabily update the task was to use the calendar instead of typing in the date.
Please advise.