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

[Solved] Can't find GridView in Blend

3 Answers 109 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Shannon Fender
Top achievements
Rank 1
Shannon Fender asked on 27 Apr 2009, 05:24 PM

I added the following references to the Project:
    Telerik.Windows.Controls
    Telerik.Windows.Controls.GridView
    Telerik.Windows.Controls.Docking
    Telerik.Windows.Controls.Navigation

 xmlns:telerikGridView="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView" 

 <telerikDocking:RadPaneGroup> 
        <telerikDocking:RadPane Header="Products" IsPinned="True">  
            <Grid  x:Name="window">  
               <Grid x:Name="LayoutRoot" Background="White">  
                <telerikGridView:RadGridView> 
                </telerikGridView:RadGridView> 
                </Grid> 
 
                  
            </Grid> 
        </telerikDocking:RadPane> 
    </telerikDocking:RadPaneGroup> 

First thing i notice, is that in the toolbar in blend... "RadGridView" is nowhere to be found.
then, when i add the (above) xaml manually., i get the error.

The Name "RadGridView" does not exist in namespace "clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView".

Everything builds fine in Visual Studio. i've cleaned, closed, reopened etc.. in blend. but to no avail.

3 Answers, 1 is accepted

Sort by
0
Shannon Fender
Top achievements
Rank 1
answered on 27 Apr 2009, 05:26 PM
btw: i'm using 2009 Q1 release
0
Shannon Fender
Top achievements
Rank 1
answered on 27 Apr 2009, 06:35 PM

I think i found the issue.

I added 2 additional references (based on a sample from Vladimir's blog), and it works fine now.

Added:
Telerik.Windows.Controls.Input
Telerik.Windows.Data
0
Milan
Telerik team
answered on 28 Apr 2009, 06:57 AM
Hello Shannon Fender,

Are are right - you do need those references.

Sincerely yours,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Shannon Fender
Top achievements
Rank 1
Answers by
Shannon Fender
Top achievements
Rank 1
Milan
Telerik team
Share this question
or