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

RadGridView not showing

1 Answer 563 Views
GridView
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 23 Sep 2015, 02:52 PM

Hello,

 

I'm trying to add a RadGridView in my ModernUINavigationApp and I'm not capable of making it work. I have uploaded a simple proyecto to DropBox:

https://www.dropbox.com/s/7wqyisvdywcx817/ModernUINavigationApp3.zip?dl=0

 I just made a copy from telerik demos but I can't even see the RadGridView on Design.

 Could you please check it out and tell me what I'm doing wrong.

 

Many thanks.

 

1 Answer, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 25 Sep 2015, 08:43 AM
Hello J,

In the Telerik UI for WPF distribution, we ship two separate sets of assemblies - regular and NoXaml. The idea of the NoXaml assemblies is that they are lighter as they don't contain the style for the controls. Using them, however, requires some additional setup of the project related to merging those styles in the application.

Please go through the Setting a Theme article in our documentation for additional information and ensure either one of these setups is in your project:
- You've added references from the Binaries folder of your local installation.
- You've added references from the Binaries.NoXaml folder of your local installation and have merged the needed resource dictionaries in the App.xaml.

I hope this helps.

Regards,
Petya
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
J
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or