• Do you deploy your web sites in a WebFarm or a WebGarden? Read on to see how to integrate Telerik’s ASP.NET controls in load balanced environments. Even if you don’t, you will still learn the fundamentals of WebFarms and WebGardens.
  • It's another Thursday, so by now you are anxiously awaiting the next installment of XAMLflix. Today we're diving into the navigation controls a bit to bring you RadBreadCrumb, a unique control allowing for an experience very similar to the explorer bar that you find in windows. Complete with the ability to display icons, a built-in history journal, and easy support for hierarchical navigation, RadBreadCrumb offers an intuitive way to easily navigate structured data while taking up a minimum of screen real estate.

    For a quick recap, XAMLflix = Videos + Projects covering all of the controls in both the RadControls for Silverlight and...

  • It's Thursday once again and that means we have a fresh new installment of XAMLflix for you. Today we'll be covering RadBulletGraph, a quick and easy to use data visualization component used for comparing several values as well as for showing projections on data, all at a glance.

    For a quick recap, XAMLflix = Videos + Projects covering all of the controls in both the RadControls for Silverlight and RadControls for WPF control suites. We are revamping the entire video library with fresh new content based on the latest and greatest versions of our controls, complete with projects so you can...

  • XAMLflix Welcomes RadDataBars

    Wednesday, February 22, 2012 by Evan Hutnick | Go comment!

    What better way to spice up your Wednesday than by checking out some videos on one of the hot new controls in the RadControls for Silverlight and RadControls for WPF control suites? I certainly can't think of one! RadDataBars allow for a quick and easy display of data in a readable format, perfect for displaying KPIs or other business-centric data within your applications when what you need is an easy way to compare values or track progress over time.

    For a quick recap, XAMLflix = Videos + Projects covering all of the controls in both the RadControls for Silverlight and RadControls for WPF control suites....

  • When allowing users to select a date value in your applications, one of the obvious issues is ensuring that they aren’t allowed to pick a value like December 24th, 563.  Thankfully, the developers for our Windows Phone team have incorporated some properties to help prevent this. 

    Step 1 – Min and Max Value Properties

    The easy way to make this happen is to simply set a MinValue and MaxValue.  In our scenario, we will say that we are scheduling appointments for some event in the future, therefore we can easily set out MinValue and MaxValue either via Xaml:

    <telerikInput:RadDatePicker x:Name="xRadDatePicker"
                                Grid.Row="1"
                                VerticalAlignment="Center"
                                MinValue="5-6-2011"
                                MaxValue="11-6-2011"/>

     

    Or since we can’t hard-code a...

  • A week after the official release of RadTimeBar for Silverlight and WPF with the Q1 2011 SP1 release, we have some fresh new resources ready for you to watch to start getting the hang of working with RadTimeBar and integration with other RadControls.

    Last week I blogged about the Official Release of RadTimeBar, which included walking through some examples and some sample code.  But some of you would rather see it in action along with an expert voice on how this integration can take place - and we heard you!  We have just published three new videos up to Telerik TV...

  • When we rolled out the Q1 2011 release, there was a surprise control that we included in the release as a Beta version – RadTimeBar.  This control is useful for scenarios where you require a birds-eye view of your time-based data, be it sales history, support volume, or any other statistic that you might want to track over a longer period of time.

    The real value in the RadTimeBar control, however, is in the integration scenarios that it offers with other controls from RadControls for Silverlight and WPF.  By utilizing data-centric controls like RadGridView and RadChart with the RadTimeBar, your “birds-eye view”...

  • One common request that we are receiving recently is how to integrate the RadChart and RadContextMenu controls so they play nicely together.

    A typical real-life scenario would probably require that each ChartItem should display different (context-specific) set of menu items. In order to address the increased interest in this functionality we decided to add a new integration example for the Q1 2010 release but for those of you that need something working right now, here is a quick overview of the required steps to add context-specific menu to Bar series items in RadChart (this can be applied to any series...

  • It’s always cool to see how the RadControls for ASP.NET AJAX work together. Today I saw a question from a customer asking if the RadRotator can be used to create a menu similar to that on the Experts Exchange web site. If you’re unfamiliar with their menu, it’s got a lot of options in it. Because there are so many menu choices they decided to make the menu interactive, adding a button to the right-hand side of the menu which, when clicked, replaces the existing menu options with another set.

    1Using this approach means you no longer have to be concerned about having...

  • SharePoint

    We recently pulled out a sample SharePoint 2007 (MOSS) site which shows RadControls for ASP.NET Ajax working in SharePoint environment. You can check it out by going to http://sharepoint.telerik.com. This site is a SharePoint Publishing portal. We have modified the master page and replaced the default navigation controls with RadTabStrip and RadPanelbar. The required steps are described in detail in our online documentation. The Corporate section of the SharePoint is utilizing a different master page which incorporates RadMenu and RadTreeView.

    RadEditor for MOSS also got a major update - go check Stoyans’s blog post for more info.

    Also we prepared three demo pages showcasing RadScheduler, RadEditor and RadGrid working seamlessly in SharePoint. The main challenge here was to get...