Telerik blogs
  • Web

    First Look at RadBook for Silverlight

    I am glad to announce the addition of one more control to our Silverlight suite. The control is called RadBook and it is a page-flip type of control that allows browsing through a set of items as if flipping the pages of a book. RadBook inherits System.Windows.Controls.ItemsControl, which allows you to turn any type of content into a RadBook's page. The main features of RadBook are: Ability to template every page by using LeftPageTemplate, RightPageTemplate, LeftPageTemplateSelector and RightPageTemplateSelector. Ability to change the way a page is flipped i.e. flip a page on a single click, double click or simply forbid page flipping. Ability to define...
    November 19, 2009
  • Web

    Customize the appointments in every resource group in Telerik Scheduler for Silverlight

    We have recently introduced a new feature  in RadScheduler for Silverlight/WPF -  Resource Grouping. Now I will tell you more about how to customize the look and feel of the appointments in every resource group including the header of this group. All you have to do is set a ResourceStyleMapping object associated with every resource:   Using this object you can set the following properties: ResourceName - the name of the resource that should be associated with this style ResourceType - the name of the type, to which the resource belongs ResourceBrush - the value of this property is used to set color of the header of the resource...
    November 19, 2009
  • Release

    Introducing RadMap for Silverlight

    Q3 2009 was an exciting release for the Data Visualization Team here at Telerik. My colleague Vladimir already highlighted the most notable new features and improvements to our charting solution and now I would like to draw your attention to one of our newest additions to the control suite – RadMap for Silverlight. Here are the main highlights: Map Sources support – RadMap for Silverlight allows you to visualize rich geographical information from external geo imagery sources. VEMapProvider (Bing Maps)   EmptyProvider – the Map control also supports empty provider that is not connected to any real imagery service;...
    November 17, 2009
  • Desktop WPF

    A brand new Timeline view for Teleriks Scheduler control for Silverlight/WPF

    Along with other main features like standard resources and resource grouping, the Q3 2009 release brought an additional view to the present ones (Day, Week and Month) – Timeline. Briefly said, it displays a certain number of consecutive time slots and like all other views, the Timeline view is configurable in almost the same way. Here is how it looks like by default:     … where each time slot is 1 day long (i.e. TimeSlotLength of the TimelineViewDefinition is equal to one day) and the date in each header is displayed in a “d-M-yyyy” format. Let’s tweak a bit some of the settings related...
    November 17, 2009
  • Desktop WPF

    How to: Create custom editor with RadGridView for Silverlight and WPF

    If you need a custom editor to edit a specific data, you can use one of the following approaches:   Use CellEditTemplate property of the GridViewColumn. Create a custom column by inheriting from GridViewBoundColumnBase.   As almost anything in our life both approaches have some advantages and disadvantages. Although it is quite easy to implement the first option, there are some significant disadvantages like not so usable with many RadGridView instances, and more important this bypasses the RadGridView validation and editing engine. For more information about this approach you can take a look at this online example.   In this blog post I’ll try to explain how to...
    November 12, 2009