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

Getting started with RadGridView

3 Answers 112 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ilan
Top achievements
Rank 1
Ilan asked on 16 Jun 2009, 12:10 PM
I drag RadGridView to new WPF application and get the following error:

The type or namespace name 'Windows' does not exist in the namespace WpfApplicationTelerik' (are you missing an assembly reference?) ....WpfApplicationTelerik\Window1.xaml 6 26 WpfApplicationTelerik

What's wrong?

3 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 17 Jun 2009, 08:17 AM
Hi Ilan,

It seems that the problem is not caused by the grid itself but rather the is a namespace mapping issue or missing assemblies. Could you share your application by openning a support ticket or just pasting you XAML code and code-behind here? Which Telerik assemblies have been added to your project?

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.
0
Ilan
Top achievements
Rank 1
answered on 18 Jun 2009, 08:59 AM
Here is the appliaction:
http://www.yousendit.com/download/cmczeW56Q0N6NE1LSkE9PQ

I actually tried to follow your Getting Started video here:
http://tv.telerik.com/wpf/radgridview/getting-started-with-radgridview-for-wpf

Thanks for your help
0
Milan
Telerik team
answered on 23 Jun 2009, 06:37 PM
Hi Ilan,

The problem was actually very strange and it was causec by the namespace naming. The samples.WpfApplication.Telerik was causing a conflict with the Telerik namespaces and that is why you were getting the error. I tried renaming my namespace to samples.WpfApplication.New and the error disappeared.

If you create a new solution without the word Telerik in it you should not have more problems.

Kind regards,
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
Ilan
Top achievements
Rank 1
Answers by
Milan
Telerik team
Ilan
Top achievements
Rank 1
Share this question
or