Hi James,
I have similar scenario where I need to change the ViewPaths dynamically based on the user's selection from a RadComboBox. But when I run the code
below the RadFileBrowser control is not updated and the ViewPaths remain unchanged.
The only way I can change the ViewPaths if I put the code in PageLoad event and it runs only once the first time only. Any changes
to the ViewPaths variable after the first PageLoad is ignored.
Is there any special method that forces the control to update the ViewPaths or to refresh it in order to be able to directly change it from the combobox?