Telerik blogs
  • Release

    SP1 of Telerik Reporting Q1 2011 Available; Brings Improved Performance in Silverlight and WPF

    Yesterday we dropped a new minor version of Telerik Reporting Q1 2011. Among the plentiful fixes, you will find some important improvements, aided to improve the overall operation of the product, both in design time and run time. Performance Improvements in Rendering Silverlight and WPF Reports The XAML rendering extension now uses a new lightweight mechanism that overcomes issues related to highly concurrent multi-threading applications. The new XAML rendering removes the STA thread requirement when generating Silverlight and WPF reports, which leads to improved performance and optimized server resources. The new rendering aims at improving the rendering speed of large SL and...
    May 27, 2021 1 min read
  • Web

    Performance Improvements in RadSlider

    As Miro mentioned in his last post, with the upcoming 2011 Q1 Beta, we will release a new and improved version of RadSlider. A lot new features are being added and many of the existing hot spots were addressed along the way. One of them - the performance hit when RadSlider has to re-render its ticks. I took the liberty to compare the impact of RadSlider on an application before and after we made the improvements. Scenario: Every second, for 60 seconds, generate a new ViewModel and set it as DataContext to RadSlider. Goal: See how many times the LayoutUpdated event will...
    May 27, 2021 1 min read
  • Desktop WPF

    Virtualized TileView for Silverlight and WPF, different sizes, automatic scrolling and much more.

    With the Q1 2011 release just being around the corner a new and amazing version of RadTileView will be available. It is sleek, fast and more responsive than ever and it brings a whole set of new features and functionality to the table. Download and play with the new bits . Virtualization The main feature, that I’m sure you’d like most is the UI Virtualization (delaying the creation of UI Elements). We implemented it in both tiling scenarios: Restored – this includes both directions - Horizontal and Vertical . It means that if you have 10 columns x 1000 rows you'll get 10 000 tiles and you’ll see both scrollbars....
    May 27, 2021 3 min read
  • Release

    Welcome to the new Telerik Minifier

    What's new in Telerik Minifier It is a huge pleasure to announce the release of Telerik’s new Minifier tool now featuring Xap file minification option. It has been a while since we have released the Assembly Minifier and now we bring the concept for minification and reducing the XAP file size to a new level. We have just released the new Telerik Minifier tool that now features Xap Minification to enable you prune and remove everything that your application does not need from the Telerik assemblies in the Xap. As a result, the size of your application's Xap file will be dramatically reduced. Behind the scenes it...
    May 27, 2021 2 min read
  • Desktop WPF

    Keep your project and Toolbox in sync

    I guess the larger part of you have to maintain various projects using different versions of a Telerik suite, let’s say RadControls for ASP.NET AJAX. Having in mind the above mentioned scenario, working with two projects referring different versions of the Telerik.Web.UI assembly there are the following options :   Have parallel installs of both the RadControls versions on your machine. This one works fine until one day, while in a hurry, you just expand a RadControls group in your Toolbox, drag a control over your page, attempt to build the project and find it broken. The reason for...
    May 27, 2021 2 min read