Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FileExplorer > Localization message 'No Records To Display'

Not answered Localization message 'No Records To Display'

Feed from this thread
  • Camila Foltran avatar

    Posted on Dec 16, 2011 (permalink)

    Hello,
    I can not find the message 'Collapse/Expand the left Pane' in no .resx file of radEditors!
    Where do I change the text 'Collapse/Expand the left Pane'  In The FileExplorer ?

     Help me!
    thanks,
    Camila.

    Reply

  • Dobromir Dobromir admin's avatar

    Posted on Dec 19, 2011 (permalink)

    Hi Camila,

    At present, RadFileExplorer does not have the splitbar's CollapseExpand string exposed in the resource files. Nevertheless, you can manually set the values using the following code:
    protected void Page_Load(object sender, EventArgs e)
    {
        RadSplitBar splitBar = RadFileExplorer1.FindControl("splitBar") as RadSplitBar;
        splitBar.CollapseExpandPaneText = "Collapse/Expand {0}";
        splitBar.AdjacentPanesNames.LeftPaneName = "Left Pane";
        splitBar.AdjacentPanesNames.RightPaneName = "Right Pane";
    }


    Greetings,
    Dobromir
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FileExplorer > Localization message 'No Records To Display'
Related resources for "Localization message 'No Records To Display'"

ASP.NET FileExplorer Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]