-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: DatePickerC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Milestone
Description
Bug report
When culture different than 'en-..' is set in Grid the validation.min for the Date field is not taken into account.
Reproduction of the problem
- Run the Dojo example - https://dojo.telerik.com/@sspasova/eWOdIcid
- Select different cultures from the DropDown above the Grid
- Try to edit the row and expand the DatePicker nested in the Date1 column
Current behavior
In case a culture different than 'en-..' is selected the min value for the DatePicker is not applied.
Expected/desired behavior
The min value should be set for the DatePicker no matter the culture.
Workaround
edit: function(){
$('[data-role="datepicker"]').data("kendoDatePicker").setOptions({ min: new Date()})
},
Environment
- Kendo UI version: 2023.3.1114
- Browser: [all ]
Metadata
Metadata
Assignees
Labels
BugC: DatePickerC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery