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

New BindExplorer method

1 Answer 33 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Graham Davis
Top achievements
Rank 1
Graham Davis asked on 03 Oct 2009, 06:31 PM
I have a simple RadListBox and RadFileExplorer on a page, I would like to click on an item in the listbox and change the ViewPaths, UploadPaths and DeletePaths of the RadFileExplorer based on the listbox selection.

I have configured a RadAjaxManager to update the RadFileExplorer when the Listbox selection is made.

Problem is that this new BindExplorer method available in the latest release is not accessible because it is protected.

Does anyone have any pointers?

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 07 Oct 2009, 06:02 PM
Hello,

The Page_Load event is the last possible event that can set the FileExplorer's ViewPaths. If you want to set them later in the lifecycle, you need to subclass the RadFileExplorer control and create a public method that calls the protected BindExplorer().

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
FileExplorer
Asked by
Graham Davis
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or