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

Control doesn't appear in Form

2 Answers 366 Views
GridView
This is a migrated thread and some comments may be shown as answers.
DG
Top achievements
Rank 1
DG asked on 25 Mar 2010, 07:13 PM
Good Afternoon,

When I try to build a windows forms application and try to drag a RadGridView control onto the form it doesn't appear on the form itself but on the grey bar at the bottom of the designer view. I have attached a screenshot to illustrate what I mean.

When I to do anything with the grid in unbound mode or by data binding it (I've tried with lists and data tables) and then run the application, the form simply does not show the grid.

I'm using the dlls only and have imported them as references to the project, imported them to the toolbar and added the following assemblies using the gacutil tool:
TelerikCommon, Telerik.WinControls, Telerik.WinControls.GridView, Telerik.WinControls.UI

The version of the assemblies is 2010.1.10.308.

I have, so far, been able to successfully add other Telerik winforms controls to forms and use them.

Any ideas?

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 29 Mar 2010, 02:05 PM
Hello Jorge Pereira,

This happens because Visual Studio cannot find the designer class for RadGridView. This class is located in the Telerik.WinControls.Design.dll. You need to install this assembly with gacutil as well.

Please write again if you need further assistance.
 
Sincerely yours,
Victor
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
DG
Top achievements
Rank 1
answered on 29 Mar 2010, 03:31 PM
OK, that was it.

Thank you very much.
Tags
GridView
Asked by
DG
Top achievements
Rank 1
Answers by
Victor
Telerik team
DG
Top achievements
Rank 1
Share this question
or