Declined
Last Updated: 27 Jul 2021 13:29 by ADMIN
Markus
Created on: 08 Nov 2018 07:24
Category: Kendo UI for Angular
Type: Feature Request
2
Use string enums
To change the topView or bottomView property I have to set the value as string. E.g. topView="month". To be typesave I like to use the CalendarViewEnum in my typescript code. When I bind the enum in the view, the enum-value is set.
But unfortunately the enum value is a number and not a string.
I must convert the enum value like:

public getBottomView(): string {
     return CalendarViewEnum[this._bottomView];
}

Live would be easier if string enums would be used.
1 comment
ADMIN
Svet
Posted on: 27 Jul 2021 13:29

Hi Markus,

We are declining this request due to low interest and demand.

Regards,
Svet
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.