Telerik blogs

Latest

  • Release

    Introducing the LOB Chronicles - Building a CRM Demo

    Today we’re starting a new endeavor in the Xaml teams at Telerik to bring a new demo application your way.   The application that we have in mind is a Customer Relationship Management (better known as CRM) solution intended to help a fictional sales person through the trials and tribulations of his day-to-day experience.  Now keep in mind, we’re not looking to make an application that gets sold under the Telerik banner, rather this is an exercise to see how UX, design, architecture, and our team of eight can work together to produce and explain a brand new demo featuring some...
    May 27, 2021 4 min read
  • Release

    Meet RadPivotMap and RadTreeMap (SL/WPF)

    With the Q2 2011 release the Data Visualization team at Telerik released a beta version of two new controls: RadPivotMap and RadTreeMap. These two controls represent Telerik’s offering for treemap type visualizations. Probably the first question that comes to mind is why have we shipped two separate controls for what seems to be the job for one? This question is what this blog post is about. Keep reading.     When we started our work on Telerik’s tree mapping product we took a step back and researched how these kinds of visualizations are used. We did an extensive research on what kinds of data...
    May 27, 2021 2 min read
  • Release

    Q2 2011 What's New for Windows Phone Wrap-up

    Hey Windows Phone lovers, it has been a busy two weeks since we had release webinar week.  We've seen the release of Visual Studio LightSwitch and the Telerik Hands-On-Labs that I wrote for that release, we've been prepping some really neat content that will start making some waves soon (check back tomorrow!), and of course we have been hard at work on creating learning resources to cover everything that was release during this latest round.  So of course part of that is packaging up the demos and slides from the Q2 presentations as well as covering some of the great...
    May 27, 2021 5 min read
  • 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 =...
    May 27, 2021 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.
    May 27, 2021 2 min read