Telerik blogs

Latest

  • Release

    ToolTip Support for RadSlider for Silverlight

    Recently there was a feature request for out-of-the-box support for a ToolTip while dragging any of RadSlider's thumbs. Since we don't provide one yet we decided to check whether it is possible to accomplish this scenario with the current implementation of RadSlider. It turned out that it was actually quite trivial. Few attached properties, a little bit of knowledge about tooltips in Silverlight and voila! Below is the class that does all the magic. It is pretty self explanatory. public class SliderToolTipExtensions : DependencyObject {     private static string SingleThumbName = "SingleThumbHost";     private static string RangeStartThumb = "RangeStartThumb";     private static string RangeEndThumb = "RangeEndThumb";       private static string ValuePropertyPath = "Value";     private static string SelectionStartPropertyPath =...
    July 28, 2011 4 min read
  • 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.
    July 18, 2011 2 min read
  • Release

    Telerik Zip Library–the newest member of the big RadControls family

    Have you ever wondered how to increase the responsiveness of your applications by compressing the data that you send over the internet? The Q2 2011 release of the RadControls for Silverlight and WPF comes with a new RadZipLibrary which allows you to easily compress data like images, docx or pdf files and send them over the wire. Thus, you will achieve fast and secure transactions. This is a list with short descriptions of the top-of-the-line features of Telerik’s Zip Library: Easy to use API – the Zip Library exposes flexible and easy to use API to provide you with full control over the compressed data Load or create ZIP...
    July 18, 2011 5 min read
  • Release

    Introducing the new and improved JustCode

    Telerik’s second major release for 2011 brings a bunch of exciting new functionalities, improvements to existing features, and many performance optimizations for JustCode, Telerik’s unobtrusive Visual Studio plug-in.   Some of the highlights include new additions and improvements to JustCode’s Code Navigation and Search features, new and improved Formatter (wrapping, new line and space formatters), several new Quick Fixes/Quick Hints, as well as new Refactorings, Code Generation features and Code Cleaning Steps, among others.   Let’s have a look at some of these highlights.   JustCode’s innovative Code Navigation and Search has traditionally been a very strong asset of the product that we continuously get praise for. This...
    July 15, 2011 4 min read
  • Release

    Some Exciting Updates Come out with Q2 2011 for the SharePoint Acceleration Kit

    Along with the thrilling new products and functionality that Q2 brought to Telerik’s tool collection, the second major release for this year also introduced a few new features and updates to our SharePoint Acceleration Kit which you’ll find quite handy and worth exploring: Much speedier data-binding to SharePoint lists was achieved by completely revising our SharePoint web part data-binding functionality – it’s now leveraging the Dynamic LINQ library and the SharePoint Collaborative Markup Language thus offering great performance optimizations. Client-side data-binding for SharePoint lists and Excel files within your SharePoint doc libraries: now you can easily bind your Grid to data existing...
    July 15, 2011 1 min read