Unplanned
Last Updated: 17 Jan 2023 07:01 by ADMIN
Marco
Created on: 16 Jan 2023 07:45
Category: Kendo UI for jQuery
Type: Feature Request
0
Possibility to provide a selectedDateFormatMobile for scheduler in mobile "phone" mode.

Currently it is not possible to provide a selected date format template when the scheduler is shown in mobile "phone" mode.

It would be nice if this is configurable in the view:
   views: [
                {
                    type: "day", minorTickCount: MinorTickCount,
                    selectedDateFormat: "{0:D}",
                    selectedDateFormatMobile: "{0:D}", 
                    dateHeaderTemplate: kendo.template("<strong>#=kendo.toString(date, 'ddd d-M')#</strong>")
                },
                ]

 

0 comments