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

DataFormComboBoxField bug if using Expression_DarkTheme?

2 Answers 46 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Sergio
Top achievements
Rank 1
Sergio asked on 18 Apr 2012, 12:52 PM
Hi,

Although I am not
a Telerik user, I like to watch the news, and I encountered a problem while using the control RadDataForm in conjunction with the application theme Expression_DarkTheme.

In this situation the DataFormComboBoxField´s property DisplayMemberPath doesn´t work. Following your project 318767_RadGridView-WPF-AR-140 in this forum, I add a line in the MainWindow.xaml.cs constructor:
public MainWindow()
        {
            StyleManager.ApplicationTheme = new Expression_DarkTheme();
             
            InitializeComponent();
        }

After that the values are no longer displayed, only the object's name. When I select one, the value is displayed correctly.

Best Regards,

Sergio

2 Answers, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 18 Apr 2012, 01:27 PM
Hello,

Would you please confirm which version of RadControls you have used, in order to observe this behavior? We have tried to reproduce this on our online demos, which run 2012.1.326 but without any success. Would you please refer to them: demos > RadDataForm > Theming and tell us whether we are missing any specific steps in reproducing the issue?

All the best,
Ivan Ivanov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Sergio
Top achievements
Rank 1
answered on 18 Apr 2012, 02:46 PM
Hi Ivan,

I first found this issue with version 2011.3.1116. Meanwhile I got a trial version 2012.1.215 and try it in a solution I'm working right now and the problem remains.

Kind regards,
Sergio
Tags
DataForm
Asked by
Sergio
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Sergio
Top achievements
Rank 1
Share this question
or