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

RadScheduler

3 Answers 32 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 06 Jul 2018, 03:31 AM

I moved a project from one dev machine to another. The old dev machine had a telerik version from 2016. RadScheduler with Advanced forms looked great on that machine using the bootstrap skin. I moved development over to a newer dev machine with a trial install of telerik. When I run the project now the UI isn't quite right. rsIcon and rsCommandFooter don't seem to render right. Is this likely a setup issue or were the samples for Advanced Form no longer accurate in newer versions?

 

Thanks

3 Answers, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 06 Jul 2018, 06:57 AM
Hello Eric,

The advanced insert/edit form looks good on the Scheduler - Customizing Advanced Insert and Edit Forms online demo. One possible reason for the incorrect appearance on the new machine is the Lightweight RenderMode is not set as a default render mode for the controls and in this case, the Scheduler defaults to the Classic RenderMode.

Please check if changing the render mode of the Scheduler or globally for all controls would fix the issue - https://docs.telerik.com/devtools/aspnet-ajax/controls/render-modes#setting-render-mode:

web.config:
<appSettings>
    <add key="Telerik.Web.UI.RenderMode" value="lightweight" />
</appSettings>

Regards,
Peter Milchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Eric
Top achievements
Rank 1
answered on 07 Jul 2018, 04:32 AM
I do have that in my appsettings. Attached are screenshots of my advanced forms. The only difference from my old dev box code to the new should be only whatever was done when I deleted out the old dlls and then ran convert to telerik application. I can attach my code if helpful.
0
Eric
Top achievements
Rank 1
answered on 09 Jul 2018, 05:19 AM
Nevermind, figured it out. I was apparently working off of an old example. I had to replace rsIcon and a few other classes with p-icon p-i-close and a few other minor changes.
Tags
Scheduler
Asked by
Eric
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Eric
Top achievements
Rank 1
Share this question
or