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

namespace not found error

1 Answer 339 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 30 Mar 2011, 07:54 AM
I downloaded new version of telerik wpf controls. I am adding dll of telerik.windows.controls.dll and telerik.windows.control.gridview with other dlls. I can add the refrernece of gridview namespace but when i am using it by tag <telerikGridView: ..  GridView is not visible. Also in the toolbox other controls are coming not the gridview. 

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 30 Mar 2011, 02:30 PM
Hi Muhammad,

 

May you verify that you added the full list of references related to the RadGridView in your project:

Telerik.Windows.Controls
Telerik.Windows.Data
Telerik.Windows.Controls.Input
 
Telerik.Windows.Controls.GridView


Once you added these references, add the following namespace and let me know what happened (you may also refer to the attached picture):

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

You may also use the URI namespace to display RadGridView correctly in the design surface:

Tags
GridView
Asked by
Muhammad
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or