Telerik blogs
  • Release

    ASP.NET 4.0 Routing for RadDataPager for ASP.NET AJAX

    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....
    July 14, 2010 1 min read
  • Web ASP.NET AJAX

    RadGrid for ASP.NET AJAX SEO Paging with Routing in ASP.NET 4.0

    URL Routing with ASP.NET 4.0 has never been easier. While it was first a luxury of ASP.NET MVC, WebForms applications got routing support with .NET 3.5 SP1. With version 4.0 of the framework, setting up URL routing is now a piece of cake. For those of you who have never heard of it: URL Routing enables your application to use URLs that do not directly map to physical files, but can instead represent a user-friendlier, more descriptive, logical structure. It is not URL rewriting and not URL mapping, where these effectively restore the original physical URL of the page down the request pipe. With version 2010.Q2 of Telerik RadControls for ASP.NET AJAX,...
    June 23, 2010 2 min read
  • Release

    Meet the Telerik ASP.NET AJAX Q2 2010 BETA release

    The time has come to have a peek on the new controls and features we are shaping for you that will be published with the Q2 2010 RadControls for ASP.NET AJAX release. Alongside with the regular updates and bug fixes for the components in the suite, you will get the following: - One brand new control: RadTagCloud - Div content area mode and light table dialog for RadEditor - Load-on-demand mode for GridDropDownColumn combobox editor, column group/reorder animations and localization through resources for RadGrid - ASP.NET 4 Routing support for RadDataPager and RadGrid’s pager - RadFilter integration with ASP.NET 3.5 data source...
    June 23, 2010 3 min read
  • Release

    Q1 2010 SP2 releases for Telerik ASP.NET AJAX and MVC product lines

    The time has come to publish the second service packs releases for our ASP.NET AJAX and MVC suites. These are mainly stabilization releases with a set of fixes and a few enhancements that made it for the Q1 2010 SP2 launch. The details are available in the referenced resources below:   RadControls for ASP.NET AJAX Release notes Demos Online documentation   Telerik Extensions for ASP.NET MVC Release notes Demos Online documentation
    May 19, 2010 1 min read
  • Web ASP.NET AJAX

    Localizing the RadEditor

    In my last post I went over how to create your own custom dictionary for RadSpell and since this control is fully integrated into our RadEditor control I wanted to discuss how to use your custom dictionary with the RadEditor, as well as how to localize the RadEditor itself. To start off we want to make sure that we can take use of our custom dictionary in the RadEditor. To do this we need to make sure that the “RadSpell” folder is located in the “App_Data” folder of our project. In the RadSpell folder we have to add all of our custom...
    April 30, 2010 4 min read