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

In which package is Telerik.WinControls found?

1 Answer 1165 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Clay
Top achievements
Rank 1
Clay asked on 19 Jun 2013, 06:25 PM
I've got errors, "The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)"

e.g., on this line of code:

private void rgvFlatSaleEvents_FilterChanged(object sender, Telerik.WinControls.UI.GridViewCollectionChangedEventArgs e)


So what Telerik references do I need to add to get this to compile?

On closer inspection, why is my asp.net mvc app using "WinControls" anyway?

Might this be related to its Silverlight elements (I didn't write the code, so I don't know its history or "psychology").

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 24 Jun 2013, 06:30 AM
Hi Clay,

Please refer to the end of this article, where you can find the different controls and the assembly they reside in: http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html.

In general, you should always have Telerik.WinControls.UI, Telerik.WinControls and TelerikCommon and then the rest of the assemblies, if needed.
 

Regards,
Stefan
Telerik
RadChart for WinForms is obsolete. Now what?
Tags
GridView
Asked by
Clay
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or