Telerik blogs

Latest

  • Desktop WPF

    XAMLflix Introduces RadBreadCrumb

    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...
    April 12, 2012
  • Desktop WinForms

    Print your data with RadGridView for WinForms in a few quick steps

    We are sure you will agree that the highly demanded Printing support for RadGridView for WinForms was welcomed warmly by your end-users. We wanted to make sure that the Print Preview, Print Settings and Watermark dialogs will make the printing as easy as possible, but at the same time they will enable end-users to customize the printing output to the smallest detail. The result is that you can print a RadGridView with a call to the Print() method and the grid is send to the printer. On the other hand if you want to customize the result by using code, you have a...
  • Desktop WPF

    XAMLflix Introduces RadUpload

    It’s Thursday again, meaning that you’re one day closer to the weekend and can happily kick back with another round of videos, brought to you by XAMLflix. This Thursday we are going to focus on RadUpload, a Silverlight upload component with a server-side handler that enables quick and easy uploading from the client. This also includes helpful features like multi-file upload and providing a drop target for dragging files from the desktop to your application. 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...
    April 05, 2012
  • Desktop WPF

    Discovering RadMap with XAMLflix

    It’s Thursday and we’re hot off the RadControls for Silverlight and RadControls for WPF service pack releases with the first week of XAMLflix accelerated. Michael posted on RadRichTextBox, we saw the first XAMLflix tutorial from Jesse, and now I’m here to round out the week highlighting one of the more mature data visualization components we have in the Silverlight and WPF suites – RadMap. 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...
    March 29, 2012
  • Desktop WinForms

    Printing with RadScheduler for WinForms in a Nutshell

    As you may already know, Q1 2012 RadControls for WinForms brought to you one much requested feature- native printing support for RadGridView and RadScheduler. Utilizing its capabilities it is as easy as pie to send the data from your control to a printer by calling a single method. However, there are also a variety of options that allow you to customize the appearance of your pages. With this post, we will take a closer look at the features and options of printing that RadScheduler provides out-of-the-box. Let’s say we have a RadScheduler populated with appointments and we want to implement...