Telerik blogs
  • 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...
    May 27, 2021 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 27, 2021 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...
    May 27, 2021 4 min read
  • Web ASP.NET AJAX

    Creating a Custom RadSpell Dictionary

    The RadSpell control for ASP.NET Ajax allows you to provide your users with spellchecking in your ASP.NET Ajax applications. The control can be used to spellcheck any server or client editable element which means that any textbox, div, or iframe can be spell checked. Out of the box only three languages are supported by RadSpell; English, French and German. However, we have an offering of several languages that can be downloaded, found in this forum thread, which can be used with RadSpell. These files may be incomplete since they are not officially supported by Telerik, but overall they do provide...
    May 27, 2021 4 min read
  • Web ASP.NET AJAX

    RadGrid for ASP.NET Ajax and LINQ

    One of the most-asked questions when it comes to the ASP.NET Ajax RadGrid is "How do I improve performance?". We have covered this in some Webinars and videos that can be found on Telerik TV in a series which has been released in three parts: Part One, Part Two and Part Three. One thing I wanted to bring up with respect to performance is the usage of LINQ (Language Integrated Query) and our RadGrid. Although LINQ has been out since the initial release of .NET 3.5 I still receive quite a few questions when it comes to using it with our...
    May 27, 2021 9 min read