Hi Atish,
Thanks for your update.
We have validated your reported issue and let you know that
you have missed adding open function in shared code, that is the cause
for issue. Please add below mentioned code in your sample and for the same we
have modified your sample which available in following link.
Index.html
|
if (args.type === 'Editor') { (args.element.ej2_instances[0]).open = function() { // set 30 min interval for start time datetimepicker args.element.querySelector(".e-start").ej2_instances[0].step = 30; // set 30 min interval for end time datetimepicker args.element.querySelector(".e-end").ej2_instances[0].step = 30; } |
Kindly try the above solution and get back to us if you need
any further assistance.
Regards,
Praveenkumar.