Hi, I just noticed that in the Service Pack 12.4.0.30 version of the DatePicker (and DatePickerFor)
@Html.EJ().DatePickerFor(a => a.Project.StartDate, (Syncfusion.JavaScript.Models.DatePickerProperties)ViewBag.PropsDp)
The locale and DateFormat is Ignored.
I set the locale to "en-GB" but the format is Always "MM/dd/yyyy"
This behavior happens with whe normal and the Patched version of scripts you have provided me.
With the old version of scripts the problem didn't appear.
As noted on other post, if I don't use the "setModel" method, the DatePicker does not initialize the value.even outside the Grid Inline Edit Form.
Hope there is a workaround.
Thanks in advance
Andrea Perazzolo