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:
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").
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").