Hi,
I want similar editor as RadBrowseEditor in WPF where I can default path to open while opening the file dialog.Is there any similar editor in WPF controls or Is there any alternative??
Regards,
Nagasree.
5 Answers, 1 is accepted
I believe the AutoBindBehavior with EditorTemplateSelector demo from the SDK Samples Browser demonstrates the behavior you're looking for.
Could you please have a look at it and let me know if it works for you?
Regards,
Dilyan Traykov
Telerik by Progress
Hi Dilyan,
I am not able to access SDK Browser examples.It is giving error not able to connect to github.Could you please provide sample application.
Regards,
Nagasree.
I'm attaching the sample project you requested to my reply. Please let me know if it works for you.
Regards,
Dilyan Traykov
Telerik by Progress
Hi Dilyan,
I am able to download that example from github. I want to know more about AutoBindBehavior,I tried to checked for documentation but that is not of much help.could please provide some documentation or any resources where I can find some data about it.Because I have similar requirements where I have to show data in window and bind one of the value from window to the propertygrid field.
This also not help while we are writing code in MVVM.Still I tried but if it can be used in MVVM.It will be helpful.
Regards,
Nagasree.
You can have a look at the following article as well as the AutoBindAttachedBehavior demo from the SDK Samples Browser.
Please let me know if you find these resources sufficient.
Regards,
Dilyan Traykov
Telerik by Progress