Pending Review
Last Updated: 22 Oct 2024 14:21 by FranckSix
FranckSix
Created on: 22 Oct 2024 14:21
Category: Kendo UI for jQuery
Type: Feature Request
0
Add reset method to KendoDatePicker
var datepicker = $("#datepicker").data("kendoDatePicker");
var datepicker = $("#datepicker").data("kendoDatePicker").reset();
Sometimes we need to undo the changes to make the control unchanged on submit form.

Currently, reverting a DatePicker control to its initial state is somewhat complex. It would be nice to have a ready-made method to simplify the process.



0 comments