Currently I'm using a callback like below to add a datetimepicker to my column which does not seem to work in combination with persistence:
How can I set the format and timeFormat options when using:
col.filterable = { ui: function(el) { el.kendoDateTimePicker({ format: 'dd/MM/yy - HH:mm:ss', timeFormat: 'HH:mm:ss' }); }}How can I set the format and timeFormat options when using:
col.filterable = { ui: 'datetimepicker'}