Completed
Last Updated: 26 Sep 2016 12:23 by ADMIN
ADMIN
Vessy
Created on: 07 Sep 2016 15:50
Category: FileExplorer
Type: Bug Report
0
The text of the custom dropdown buttons in FileExplorer's Toolbar is not visible in LightWeight
The text set to the custom dropdown buttons added to the FileExplorer's Toolbar is not visible in LightWeight rendering, unless the tooltips of the buttons are also configured.

Workaround (set the tooltip of the added button):

            RadToolBarDropDown dropDown = new RadToolBarDropDown("PageSize");
            dropDown.Text = "Page Size";
            dropDown.ToolTip = "Page Size";
            RadFileExplorer1.ToolBar.Items.Add(dropDown);
0 comments