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

Problem using RadBrowseEditor

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dimitry
Top achievements
Rank 1
Dimitry asked on 12 Sep 2012, 09:15 AM
I cant drag RadBrowseEditor on my form neither by clicking on the control on toolbar and click on the form control - nothing hapens, other controls working fine. Is there alternative control to RadBrowseEditor, I need able to open folder select dialog and choose a folder.

Using VS2010, C# RadForm Project, with RadControls_WinForms_2012_1_321_dev version

Thanks for help.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Sep 2012, 01:33 PM
Hi Dimitry,

I was able to place successfully the RadBrowseEditor on the form. I would like to suggest removing all references from your project and adding them anew. All referenced assemblies should have the same version (for example 2012.2 726). In order to open the folder select dialog, you should set DialogType property to FolderBrowseDialog, for example:

this.radBrowseEditor1.DialogType = Telerik.WinControls.UI.BrowseEditorDialogType.FolderBrowseDialog;

Please refer to the attached project for additional information.

Greetings,
Peter
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
General Discussions
Asked by
Dimitry
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or