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

How to get GridView to work?

1 Answer 174 Views
GridView
This is a migrated thread and some comments may be shown as answers.
nn
Top achievements
Rank 1
nn asked on 28 Jan 2009, 11:09 AM
Just installed WPF with VS2008.
Want to get GridView to work.
I installed the .dlls in the toolbox as described here: http://www.telerik.com/help/wpf/adding-radcontrols-to-vs-toolbox.html

The following is what I pieced together from the online demo:

<Page x:Class="TestGridViewAggregate.Page1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
    Title="Page1">
    <Grid>
       <telerik:RadGridView></RadGridView>
    </Grid>
</Page>

However, it gives me the error:
"The tag 'RadGridView' does not exist in XML namespace clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView'"

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 28 Jan 2009, 12:52 PM
Hi nn,

Generally in WPF (despite Silverlight) you can use directly:

 xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"


Kind regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
nn
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or