I installed the .NET Telerik controls (AJAX) and the extensions for VS 2013 and I want to generate a web application targeting .NET 4.
If I target .NET 4.5.1, then the tools appear in the toolbox but if I target .NET 4 then they do not.
It seems the controls can still be used in older .NET versions as I can paste code for the controls into my .apsx files in my .NET 4 project and they seem to work OK.
I need the latest version of the controls and VS as I need to target both touch and mouse devices as well as some older browsers. Can I safely do this? What are the implications?
If I target .NET 4.5.1, then the tools appear in the toolbox but if I target .NET 4 then they do not.
It seems the controls can still be used in older .NET versions as I can paste code for the controls into my .apsx files in my .NET 4 project and they seem to work OK.
I need the latest version of the controls and VS as I need to target both touch and mouse devices as well as some older browsers. Can I safely do this? What are the implications?