This question is locked. New answers and comments are not allowed.
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
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?
