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

[Solved] GridView lacking dependency when naming it

2 Answers 135 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.
Rudolf Bösch
Top achievements
Rank 1
Rudolf Bösch asked on 19 Aug 2009, 02:39 PM
Hi everyone,

I encounter a strange problem. I can insert a RadGridView in my project, compiling it, the application shows up the grid. As soon as I give it a name, it refuses to compile telling me that te namespacename "Windows" does not exist.

The related references in the project are :

in C#
System.Windows.Controls, System.Windows.Data, Telerik.Windows.Controls, Telerik.Windows.Controls.GridView, Telerik.Windows.Controls.Input, Telerik.Windows.Data

in the Xaml

 

xmlns:telerikGridView="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView" 
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation
xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml 

Does anyone have a clue what I'm missing?

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 19 Aug 2009, 02:41 PM
Hi Rudolf,

Indeed this is really strange - can you send us this project (via support ticket) to check it locally?

Greetings,
Vlad
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
Rudolf Bösch
Top achievements
Rank 1
answered on 19 Aug 2009, 02:50 PM
Hi Vlad,

I'll try to make a copy of it and remove the databound stuff around (Login and such) in order to give you a chance to launch it.

Cheers,
Rudolf
Tags
GridView
Asked by
Rudolf Bösch
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Rudolf Bösch
Top achievements
Rank 1
Share this question
or