Telerik blogs
  • Desktop WPF

    Programming Telerik ScheduleView for WPF/Silverlight (part 1)

    With this blog post I want to cover the very basics of our brand new RadScheduleView control. It is currently available only for WPF, but soon we will provide a Silverlight version. Please, check my FAQ about RadScheduleView blog post for more information: http://blogs.telerik.com/valerihristov/posts/10-10-25/telerik_scheduleview_for_silverlight_wpf_questions_and_answers.aspx   To add RadScheduleView to a new or existing application you need to first add references to the following assemblies Telerik.Windows.Controls Telerik.Windows.Data Telerik.Windows.Controls.Input Telerik.Windows.Controls.Navigation Telerik.Windows.Controls.ScheduleView   If you like to drag controls from the Visual Studio Toolbox, add RadScheduleView to the Toolbox following the instructions below (in the official release it will be automatically added when you install RadControls): http://www.telerik.com/help/wpf/installation-adding-to-vs-2008-toolbox-wpf.html   I am a fan of the manual...
    October 26, 2010
  • Productivity Testing

    Free Testing Framework Webinar

    Telerik WebUI Test Studio Developer Edition comes with the powerful WebAii Framework which helps you easily automate AJAX and Silverlight applications. You can benefit from rich API, LINQ support, browser abstraction, and of course special wrappers for Telerik RadControls. Integration with various unit testing frameworks such as VS Unit testing, NUnit, MbUnit and XUnit is also available. Join us for this week's webinar on Telerik WebAii Testing Framework Coding Practices. The webinar is brought to you by our partners at Falafel Software. Wednesday, October 27th 9:00AM - 10:30AM PDT Register Now Read More on Telerik Automated Testing Tools
    October 26, 2010
  • Release

    The Telerik ASP.NET AJAX Q3 2010 Beta release is here

    We are happy to announce the availability of the Q3 2010 BETA of RadControls for ASP.NET AJAX. Two new controls are shipped in the BETA version: RadTreeList and RadButton, as well as many new features, enhancements and fixes across the entire Telerik ASP.NET AJAX suite. Check our ONLINE DEMOS and RELEASE NOTES The downloads are now available in your account (or free trials): both full installation (MSI) or manual installation (ZIP) Details on the Q3 2010 BETA (present also on Telerik Labs) Common: RadEditor for ASP.NET AJAX receives an additional mode for SharePoint 2007/2010 - you can enable accessible UI feature for our AJAX editor with...
    October 25, 2010
  • Release

    Telerik ScheduleView for Silverlight/WPF questions and answers.

    I would like to answer a few questions that you might have about our brand new RadScheduleView control.   Q) When is the Silverlight version coming? A) We will do our best to provide the Silverlight version by the end of the year. UPDATE: We already published a pre-beta version that can be downloaded in this forum. The Beta is expected in Mid February, the RTM version will be available with Q1 2011 in Mid March. Q) Why did you create a new control instead of changing the existing RadScheduler? A) We wanted to address...
    October 25, 2010
  • Web ASP.NET AJAX

    RadScheduler for ASP.NET AJAX - Improvements to provider interface in Q3 2010

    The Q3 release RadControls will come packed with shiny features and a couple of new controls, but that’s not all! We’ve fiddled with the complex machinery under the hood and made it better too. Let me introduce you the new and improved provider interface (ABC, actually) for RadScheduler: public abstract class SchedulerProviderBase : ProviderBase {     public virtual IEnumerable<Appointment> GetAppointments(ISchedulerInfo schedulerInfo) { }     public virtual IDictionary<ResourceType, IEnumerable<Resource>> GetResources(ISchedulerInfo schedulerInfo) { }     public virtual void Insert(ISchedulerInfo schedulerInfo, Appointment appointmentToInsert) { }     public virtual void Update(ISchedulerInfo schedulerInfo, Appointment appointmentToUpdate) { }    ...
    October 25, 2010
  • Desktop WPF

    Programming Telerik ScheduleView for WPF/Silverlight (part 1)

    With this blog post I want to cover the very basics of our brand new RadScheduleView control. It is currently available only for WPF, but soon we will provide a Silverlight version. Please, check my FAQ about RadScheduleView blog post for more information: http://blogs.telerik.com/valerihristov/posts/10-10-25/telerik_scheduleview_for_silverlight_wpf_questions_and_answers.aspx   To add RadScheduleView to a new or existing application you need to first add references to the following assemblies Telerik.Windows.Controls Telerik.Windows.Data Telerik.Windows.Controls.Input Telerik.Windows.Controls.Navigation Telerik.Windows.Controls.ScheduleView   If you like to drag controls from the Visual Studio Toolbox, add RadScheduleView to the Toolbox following the instructions below (in the official release it will be automatically added when you install RadControls): http://www.telerik.com/help/wpf/installation-adding-to-vs-2008-toolbox-wpf.html   I am a fan of the manual...
    October 26, 2010
  • Productivity Testing

    Free Testing Framework Webinar

    Telerik WebUI Test Studio Developer Edition comes with the powerful WebAii Framework which helps you easily automate AJAX and Silverlight applications. You can benefit from rich API, LINQ support, browser abstraction, and of course special wrappers for Telerik RadControls. Integration with various unit testing frameworks such as VS Unit testing, NUnit, MbUnit and XUnit is also available. Join us for this week's webinar on Telerik WebAii Testing Framework Coding Practices. The webinar is brought to you by our partners at Falafel Software. Wednesday, October 27th 9:00AM - 10:30AM PDT Register Now Read More on Telerik Automated Testing Tools
    October 26, 2010
  • Release

    The Telerik ASP.NET AJAX Q3 2010 Beta release is here

    We are happy to announce the availability of the Q3 2010 BETA of RadControls for ASP.NET AJAX. Two new controls are shipped in the BETA version: RadTreeList and RadButton, as well as many new features, enhancements and fixes across the entire Telerik ASP.NET AJAX suite. Check our ONLINE DEMOS and RELEASE NOTES The downloads are now available in your account (or free trials): both full installation (MSI) or manual installation (ZIP) Details on the Q3 2010 BETA (present also on Telerik Labs) Common: RadEditor for ASP.NET AJAX receives an additional mode for SharePoint 2007/2010 - you can enable accessible UI feature for our AJAX editor with...
    October 25, 2010
  • Release

    Telerik ScheduleView for Silverlight/WPF questions and answers.

    I would like to answer a few questions that you might have about our brand new RadScheduleView control.   Q) When is the Silverlight version coming? A) We will do our best to provide the Silverlight version by the end of the year. UPDATE: We already published a pre-beta version that can be downloaded in this forum. The Beta is expected in Mid February, the RTM version will be available with Q1 2011 in Mid March. Q) Why did you create a new control instead of changing the existing RadScheduler? A) We wanted to address...
    October 25, 2010
  • Web ASP.NET AJAX

    RadScheduler for ASP.NET AJAX - Improvements to provider interface in Q3 2010

    The Q3 release RadControls will come packed with shiny features and a couple of new controls, but that’s not all! We’ve fiddled with the complex machinery under the hood and made it better too. Let me introduce you the new and improved provider interface (ABC, actually) for RadScheduler: public abstract class SchedulerProviderBase : ProviderBase {     public virtual IEnumerable<Appointment> GetAppointments(ISchedulerInfo schedulerInfo) { }     public virtual IDictionary<ResourceType, IEnumerable<Resource>> GetResources(ISchedulerInfo schedulerInfo) { }     public virtual void Insert(ISchedulerInfo schedulerInfo, Appointment appointmentToInsert) { }     public virtual void Update(ISchedulerInfo schedulerInfo, Appointment appointmentToUpdate) { }    ...
    October 25, 2010