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

RadBrowseEditor and Application Settings

1 Answer 74 Views
BrowseEditor
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 20 Mar 2013, 06:49 PM
Using 2013.1.220.40 version of RadBrowseEditor, I don't seem to be able to get the ApplicationSettings binding to work properly. My only choice is to bind the "Text" property, but the property that contains the path is "Value". Am I doing something wrong?

 For now I've used this as a workaround:
On FormLoad or any time the settings are refreshed
RadBrowseEditor1.Value = My.Settings.PMSFolder

And when the user clicks the Save button
My.Settings.PMSFolder = RadBrowseEditor1.Value
My.Settings.Save()

1 Answer, 1 is accepted

Sort by
0
Ivan Petrov
Telerik team
answered on 25 Mar 2013, 04:00 PM
Hello Jeff,

Thank you for writing.

Indeed, the Value property does not show up in the VS property grid but you can still bind the property by going to the (PropertyBinding) section and binding the property in the dialog editor that pops up. I have attached a video demonstrating how to do this.

I hope this will be useful for you. Should you have further questions, I would be glad to help.

Regards,
Ivan Petrov
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
BrowseEditor
Asked by
Jeff
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
Share this question
or