I'm trying to use declarative widget initialization, but setting the date format of a DatePicker doesn't seem to have any effect.
I would have expected the following would work:
<div id="container"> <input data-role="datepicker" data-format="yyyy/MM/dd"></select></div> <script> $(document).ready(function () { kendo.init($("#container")); });</script>Regards,
Vaughan.