Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > DataForm > DataFormComboBoxField bug if using Expression_DarkTheme?

Not answered DataFormComboBoxField bug if using Expression_DarkTheme?

Feed from this thread
  • Sergio avatar

    Posted on Apr 18, 2012 (permalink)

    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

    Reply

  • Ivan Ivanov Ivan Ivanov admin's avatar

    Posted on Apr 18, 2012 (permalink)

    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 >>

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Sergio avatar

    Posted on Apr 18, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > DataForm > DataFormComboBoxField bug if using Expression_DarkTheme?