Declined
Last Updated: 28 Oct 2021 10:54 by ADMIN
Bernd
Created on: 05 Jul 2016 08:41
Category: Scheduler
Type: Feature Request
0
SignalR: Map the required scheduler properties in the MVC wrapper automatically. Like it does with other data sources.
Currently you have to map every required property manually. Like this:

                model.Field("start", typeof(DateTime)).From("Start");
                model.Field("end", typeof(DateTime)).From("End");
                model.Field("title", typeof(string)).From("Title");
                model.Field("description", typeof(string)).From("Description");
                model.Field("recurrenceID", typeof(int)).From("RecurrenceID");
                model.Field("recurrenceRule", typeof(string)).From("RecurrenceRule");
                model.Field("recurrenceException", typeof(string)).From("RecurrenceException");
                model.Field("isAllDay", typeof(bool)).From("IsAllDay");
                model.Field("startTimezone", typeof(string)).From("StartTimezone");
model.Field("endTimezone", typeof(string)).From("EndTimezone");

It would be nice to be able to use the short form:

model.Field("Start");
...

The problem is not the "huge" amount of typing. What did cost me time was finding out that the SignalR version isn't working like the others.
1 comment
ADMIN
Viktor Tachev
Posted on: 28 Oct 2021 10:54

Hello Bernd,

We are declining this request due to lack of activity.

Regards,
Viktor Tachev
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.