This is a migrated thread and some comments may be shown as answers.

.net 4.5 radscheduler doesnt work

6 Answers 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
mike
Top achievements
Rank 1
mike asked on 04 Feb 2021, 12:55 PM

     I use this sample:

https://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx?_ga=2.107659522.1423900032.1612185078-422710438.1602686251

It works fine.

I upgrade to .net 4.65 (and use the .45 version of the control)

 

When you go to the advanced form and save - it just sits there forever.

 

I posted another issue that I THOUGHT was just with a service, looks like thats not the case. Looks like scheduler 4.5 version simply does not work. This is in latest and back to 2019 Q1 version (I dont have any earlier than that) 

6 Answers, 1 is accepted

Sort by
0
mike
Top achievements
Rank 1
answered on 04 Feb 2021, 01:00 PM
.net 4.6.2 that should say - I upgrade the above project to 4.6.2 and 45 version of controls and it no longer works. same with every 45 version of scheduler - it fails to work on the advanced form (template or just the regular - it simply fails when you expand to the options screen and save.)
0
Peter Milchev
Telerik team
answered on 05 Feb 2021, 12:47 PM

Hello Mike,

Is it possible that there is something wrong with the way you are upgrading the .NET framework? 

You can check the custom advanced from this Code Library, where the project is configured for .NET 4.5.

I have downloaded the project, replaced the Telerik.Web.UI.dll and Telerik.Web.UI.Skins.dll assemblies with the latest version and the inline insert and AdvancedForm inserted appointments correctly.

Regards,
Peter Milchev
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/.

0
mike
Top achievements
Rank 1
answered on 05 Feb 2021, 05:31 PM
I am using the upgrade wizard from Telerik from within VS 2017 menu - are you saying this doesnt work?
0
mike
Top achievements
Rank 1
answered on 05 Feb 2021, 06:09 PM
OK!
I compared the new project and I see the issue. this line is REQUIRED for 4.5 scheduler to work:
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
If this is not in the config.sys - then it simply doesnt work properly when adding the detailed.
0
Peter Milchev
Telerik team
answered on 05 Feb 2021, 06:33 PM

Hello Mike,

This line is actually related to the unobtrusive validation and the change as of .NET 4.5+. More information can be found here:

Regards,
Peter Milchev
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/.

0
mike
Top achievements
Rank 1
answered on 05 Feb 2021, 07:18 PM
well without it the control fails.
Tags
Scheduler
Asked by
mike
Top achievements
Rank 1
Answers by
mike
Top achievements
Rank 1
Peter Milchev
Telerik team
Share this question
or