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

Editor using Bootstrap skin UI issue

2 Answers 97 Views
Editor
This is a migrated thread and some comments may be shown as answers.
lan luo
Top achievements
Rank 1
lan luo asked on 09 Aug 2017, 07:36 PM

Hi Telerik Team,

 

Our company try to change editor's skin to "Bootstrap" but we found some UI issues. If we open some plugins, such as "Table Wizard", some icons not centered. I compared it with RadEditor demo site, I found our Editor plugin window using table but demo site using Div. Is there any way we can change the setting?

We are using 2017.2.621.40 Version. Please see the attachment for our plugin page.

 

Thanks in advance,

Lan

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Aug 2017, 03:22 AM
Hello,

The difference in the rendering of the dialog in the demos and on your server could be due to the RenderMode setting.

Can you please remove all instances of the RenderMode property from the app and set it globally to Lightweight in the web.config file:

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


Does this solve the issue?

If not, check the following help article http://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/skins-troubleshooting#incorrect-or-distorted-appearance.

Regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
lan luo
Top achievements
Rank 1
answered on 11 Aug 2017, 01:51 PM
Thank you Rumen!
Tags
Editor
Asked by
lan luo
Top achievements
Rank 1
Answers by
Rumen
Telerik team
lan luo
Top achievements
Rank 1
Share this question
or