Telerik blogs
  • Release

    Super-charged Performance Optimizations for Telerik's ASP.NET AJAX Grid in Q3 2011

    One of the most used features of Telerik’s Grid for ASP.NET AJAX is grouping and for some time now we have been receiving feature requests from customers regarding grouping performance optimization. This task was not so easy, but after some months of research, implementation and a lot of headaches we finally succeeded with this complex challenge! I want to introduce to you the new linq based grouping for Telerik’s Grid for ASP.NET AJAX which will be available in the Q3 2011 ajax release. The new grouping mechanism features incredible performance optimizations in scenarios with large data sources, containing thousands or millions of...
    November 08, 2011
  • Release

    AJAX TreeList - New Q2 2011 Features

    I want to introduce you two new cool features in the RadTreeList for ASP.NET AJAX, available into the Q2 2011 release. RadTreeList Scrolling Sometimes you need to load dozens of rows into the RadTreeList, however the space where the RadTreeList control is placed on the page is not so big and the entire layout of the page is messed up. In this case you may feel some discomfort with necessity of scrolling. So here it is, you could use it when the page has limitations regarding the size of the RadTreeList control. To enable the scrolling of the RadTreeList you need to set the ClientSettings.Scrolling.AllowScroll property to true.