Telerik blogs

Latest

  • Release

    Q3’10 Pre-Release Series: Telerik Automated Testing Tools Add Chrome Support; Test Scheduling and Remote Execution Features

    We are coming close to yet another milestone release for Telerik automated testing tools. As usual, WebUI Test Studio product team focused on addressing all your previous feature requests and expectations. Q3 Release implements myriad of these for both WebUI Test Studio Developer and QA Editions. No doubt, the new feature that will make all customers happy is support for Chrome. With the Q3 2010 release build you’ll be able to execute your tests on IE, FF, Safari and Chrome all at once: Another highly-anticipated addition to WebUI Test Studio (QA Edition) is the scheduling and remote test execution functionality which allows...
    May 27, 2021 3 min read
  • Release

    First Look at RadButton for ASP.NET AJAX!

    We will extend our ASP.NET AJAX suite in Q3 2010 with a new control. The component is called RadButton -a fully customizable button control that allows you to build complex forms and easily manage the user input. The standard ASP.NET button controls (Button, RadioButton, CheckBox) can be easily replaced by the RadButton control, since most of their functionality is provided by our control, and is configured by the same or similar(intuitive) properties. On top of that we offer many additional features. Here are some of RadButton's key features: Rich client-side functionality - Many of the server properties are exposed on the client,...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    RadGrid for ASP.NET AJAX client-side databinding to OData services

    RadGrid's client-side databinding capabilities got boosted to a new level with the Q3 2010 release of Telerik RadControls for ASP.NET AJAX. RadGrid now supports automatic databinding to OData web services. For those of you who have never heard, OData (short for Open Data) is a data exchange protocol that enables data transactions to be carried over standard web protocols (HTTP, Atom, and JSON). OData exposes your data over the web to a variety of consumers, building on technology that is widely adopted. With the Q3 2010 release, we have added automatic client-side databinding support for OData services. To configure RadGrid for binding to an OData service, you...
    May 27, 2021 3 min read
  • Web

    How To: Hierarchy Load On Demand With RadTreeView for Silverlight, MVVM and OData

    Similar to this post, I’ve made a similar example on how to load on demand RadTreeView for Silverlight three level hierarchy using MVVM and OData service:  XAML  <UserControl.Resources>     <DataTemplate x:Key="OrderDetailsTemplate">         <Grid>            ...         </Grid>     </DataTemplate>     <telerik:HierarchicalDataTemplate x:Key="OrderTemplate"             ItemsSource="{Binding OrderDetailsCollection}"             ItemTemplate="{StaticResource...
    May 27, 2021 2 min read
  • 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...
    May 27, 2021 7 min read
  • 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
    May 27, 2021 1 min read
  • 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...
    February 26, 2025 3 min read
  • 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...
    May 27, 2021 3 min read
  • 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) { }    ...
    May 27, 2021 2 min read
  • Productivity Reporting

    Using Telerik Reporting with WCF RIA Services

    Due to the rising popularity of Rich Internet Applications (RIA) e.g. Silverlight applications, the developers get more dependent on services for coordinating application logic between the middle tier and the presentation tier and the logical question raises how to use an already working WCF RIA Service as a datasource for Telerik Report. This is very useful if you want to enable the exact same business data access logic for clients other than Silverlight. For example to a WPF, WinForms or WebForms application. Thus we have made some tests locally and decided to share our observations in this post. Prerequisites: We will examine the WCF...
    May 27, 2021 5 min read