Some of you already noticed new versions of RadControls are available on the Telerik website and were able to download them to their machines. There is nothing to worry about – it is just the official Q2 2010 release coming out: we are in the final release phase and the official news are about to come in an hour or so. In other words, having the VSExtensions added to your IDE not only eases the RadControls project creation/configuration/upgrade, but from time to time can give you an hour or two heads-up with the newly expected release. If you just can’t wait for the new releases (like...
With Q2 2010 release of RadControls for ASP.NET AJAX we introduce built-in support for ASP.NET routing for RadGrid and RadDataPager controls. By setting a few properties you can enable nice SEO friendly urls. Below are the steps that you need to perform to enable routing for RadDataPager in ASP.NET 4.0 Create Global.asax file Describe how the route will be rewritten Set AllowSEOPaging="true" and AllowRouting="true" for RadDataPager. Have in mind that routing can be enabled only in context of SEO paging, i.e. AllowSEOPaging must be set to “true” to enable routing. Set RouteName="RadDataPagerRoutingExample" and RoutePageIndexParameterName="dataPager" depending on the settings in Global.asax. Voila! You have implemented routing in 4 simple steps....
With the VSIX deployment in Visual Studio 2010 the world become a better place for developers – we are now able to add small tools to our IDEs and customize them the way we want with just a few megs of download from the Online Gallery. If we don’t use the tool for some time and we don’t want it to eat some of our PC resources we can just disable it through the Extension Manager. If we don’t like a tool we can simply remove it. The VSIX deployment guarantees that a tool is uninstallable, as the deployment is...
You've probably already heard about the CDN support of RadScriptManager and RadStyleSheetManager (part of the RadControls for ASP.NET AJAX suite). Removing the need to manually edit the web.config file, the Project Management Wizard (started through the Telerik -> RadControls for ASP.NET AJAX > Convert to Telerik Project/Configure WebSite menu) now allows you to define if you want to enable or disable CDN support for each of the controls globally (website wide). In a manner, similar to the global skin, CDN support can be enabled/disabled at control level, overriding the global setting in the web.config file. All you need is use the CDNSettings property...
The Telerik Visual Studio Extensions are now included in the RadControls for ASP.NET AJAX and RadControls for Silverlight installers in order to make the development of applications with Telerik RadControls faster and easier. The main entry point for the Visual Studio Extensions is the Telerik menu. It is context sensitive and changes its state depending on the projects you are working on. 1) Create New Telerik Project menu item This state can be observed when no solution is opened or the currently selected project is not suitable for use with RadControls. Using the Create New Telerik Project menu item you can create a new Telerik Project with...