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

RadDataForm not visible with NoXaml and Implicit Styles

1 Answer 214 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Daní
Top achievements
Rank 1
Daní asked on 12 Sep 2013, 11:24 AM
Hi,

It's the first time I'm using Implicit Styles and NoXaml so I'm sure I'm doing something wrong and I hope someone can help me. 

I have a Prism project. At main WPF application project, I have added references for all dll I need in all modules. Currently, I've added the following ones:
Telerik.Windows.Controls;
Telerik.Windows.Controls.Charts;
Telerik.Windows.Controls.Data;
Telerik.Windows.Controls.Input;
Telerik.Windows.Controls.Navigation;
Telerik.Windows.Controls.ScheduleView;
Telerik.Windows.Data;

At this project, at App.xaml I've merged the following xaml files (the xaml files Telerik WPF extensions added at Themes folder
<ResourceDictionary.MergedDictionaries>
                 
                <!-- Telerik.Windows.Controls is used by all assemblies -->
                <ResourceDictionary Source="Themes\Windows8Touch\Telerik.Windows.Controls.xaml" />
 
                <!--<ResourceDictionary Source="Themes\Windows8Touch\System.Windows.xaml" />-->
                <ResourceDictionary Source="Themes\Windows8Touch\Telerik.Windows.Controls.Input.xaml" />
 
                <!-- Requires: System.Windows.xaml -->
                <ResourceDictionary Source="Themes\Windows8Touch\Telerik.Windows.Controls.Navigation.xaml" />
 
                <ResourceDictionary Source="Themes\Windows8Touch\Telerik.Windows.Controls.Chart.xaml" />
 
                <!-- Requires: Telerik.Windows.Controls.Input -->
                <ResourceDictionary Source="Themes\Windows8Touch\Telerik.Windows.Controls.Data.xaml" />
                
                <!-- Requires: System.Windows, Telerik.Windows.Controls.Input, Telerik.Windows.Controls.Navigation -->
                <ResourceDictionary Source="Themes\Windows8Touch\Telerik.Windows.Controls.ScheduleView.xaml" />
                 
            </ResourceDictionary.MergedDictionaries>


Now, I have one module (in a separated project) that has references to:
Telerik.Windows.Controls;
Telerik.Windows.Controls.Data;
Telerik.Windows.Controls.Input;
Telerik.Windows.Controls.Navigation;
Telerik.Windows.Data;

One of the Views in this module contains a RadDataform but it's DataFields are not visible when View appears at UI. I've tried to use DataFormDataField control alone with no success. Am I missing something?

Thanks.



Nathan
Top achievements
Rank 1
Iron
commented on 31 Aug 2021, 04:28 PM

Any solution to this? I have the same problem.

1 Answer, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 17 Sep 2013, 11:14 AM
Hi,

 Are you sure that the RadDataForm instance is in the resource scope of the implicit styles, as you have managed that the view that you are addressing is located in a separate project? Would it be possible to send us a sample project that illustrates the issue, so that we would be able to debug it on our side?

Regards,
Ivan Ivanov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataForm
Asked by
Daní
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or