Completed
Last Updated: 10 Dec 2015 09:13 by ADMIN
ADMIN
Ianko
Created on: 26 Nov 2015 06:42
Category: Editor
Type: Bug Report
0
RibbonBar icons are not loaded properly when setting RenderMode to Lightweight in code behind
For example, using this markup:

<telerik:RadEditor ID="RadEditor1" runat="server" ToolbarMode="RibbonBar">
</telerik:RadEditor>

and this Page_Init code:

protected void Page_Init(object sender, EventArgs e)
{
    RadEditor1.RenderMode = RenderMode.Lightweight;
}

Causes icons to either miss or their position is incorrect.
0 comments