Telerik blogs
  • Release

    R2 2016 Service Pack for UI for WPF and Silverlight is Out

    Added features and bug fixes account for the bulk of the 130 improvements we made to Telerik UI for WPF and Silverlight in the latest service pack. Read on to find out more.
  • Release

    R2 2016 Delivers Top Requested Features for UI for WPF

    Your top requested features are here in the latest release of Telerik UI for WPF/Silverlight, including new components and a sample application.
  • Desktop WPF

    Complete Office Inspired Apps with Telerik WPF Desktop Alert

    Telerik UI for WPF contains many ​great components that help you build awesome Office-inspired applications as our latest Excel, Word and Outlook -like Visual Studio templates illustrates. Now it is time to meet you with the newest addition to our suite: RadDesktopAlert.
  • Desktop WPF

    Getting Started with GanttView - part 1

    Programming with the new GanttView control As many of you already know with Q1 2012 we introduced a RadGanttView for Silverlight and WPF - a control designed with MVVM-friendly API. In this blog post we will set-up a sample project with RadGanttView to get you started. First, to add RadGanttView to a new or existing application we need to add references to the following assemblies: Telerik.Windows.Controls Telerik.Windows.Controls.GanttView Telerik.Windows.Scheduling.Core Now, let’s add the telerik namespace: xmlns:telerik=http://schemas.telerik.com/2008/xaml/presentation Add add a sample definition of the control: <telerik:RadGanttView/> Here is a screenshot of what you should see after running the project:   Now, we will create a data source in our ViewModel and bind...
  • Desktop WPF

    Create Special Slots in Telerik ScheduleView for WPF

    With the new SP1 release of Q3 2010 we added a new feature to RadScheduleView that helps you customize every slot in a different way. To do that you should create an instance of the Slot class, set its Start and  End  properties, the Resources property - with this property you can define in which resource column the slot will be displayed, and the RecurrencePattern property - with this property you can define whether the slot will be displayed for repeating days or events like Christmas, WeekendDays  and Birthdays. For example let's say that we have a schedule control and want to customize the days that...