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

radgridView not show in xaml

1 Answer 226 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Salman
Top achievements
Rank 1
Salman asked on 15 Jan 2016, 04:42 PM
Hi all member .I have a radgridView which not show in xaml.I use it(RadGridView) in Wpf User Control Library.I use telrik 2015 Q3 an vs 2013

xaml show below:

 <telerik:RadGridView x:Name="radGridView"
          ItemsSource="{Binding Collection , Mode=TwoWay}">
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding Name}"  Header="Name" />
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>

.please help to me .thank you

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 20 Jan 2016, 11:25 AM
Hello Salman,

I believe that you may be using NoXaml binaries but have not added a reference to the theme you wish to use. Or you might have added a reference, but not merged the necessary .xaml files. Please take a look at this article for further guidance.

Let me know if this solves your issue. If that is not the case, could you please provide the whole code of your project so that we can investigate further.

Regards,
Dilyan Traykov
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
Salman
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or