Hi,
I just made a new Visual Studio 2010 SharePoint project, and I want to be able to use the Telerik controls installed on the computer in my web parts.
The problem is that they aren't showing up in the toolbox. When I start a tag as "<tel", usually IntelliSense prefills "<telerik:AccessibleRadEditor" but in this solution it doesn't have any results for "<tel". I thought I had just forgot to include the controls, so I added
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
to the markup. Still I cannot access the controls.
When I open the ToolBox, they are missing from there, also.
How can I get the controls to appear for this solution? They still appear for other Visual Studio solutions when I open those...