Declined
Last Updated: 06 Mar 2020 15:48 by ADMIN
Jan
Created on: 12 Sep 2018 13:31
Category: Date/Time Pickers
Type: Feature Request
1
MVVM footer template for date/time editors
The editors do support inline footer's but you can't use an external footer template yet.

Example template:

<script type="text/template" id="datepicker-footer-template">

    "Today: #:kendo.toString(data, 'yyyy-MM-dd')#, Week: #:kendo.recurrence.weekInYear(data,kendo.culture().calendar.firstDay)#"

</script>

Suggestion to add a footer-template configuration option like this:

<input name="Date" data-role="datepicker" data-bind="value: Date" data-format="yyyy-MM-dd" data-week-number="true" data-footer-template="datepicker-footer-template"/>

Jan
0 comments