Telerik blogs

Latest

  • Web

    Website Enhancements - Changes in Your Account Section

    It’s been almost a year since we first introduced the first changes in “Your Account” section. The rapid expansion of Telerik’s product portfolio required new product management tools and logic. That led to a “Your Account” section consisting of four separate areas for the four product divisions. It was not easy to use and maintain. Now we are happy to introduce to you the new and improved “Your Account” section with better navigation and logic. Thanks to your valuable feedback, excessive research and hard work we managed to put all your registered products in one place so you can easily manage...
    November 03, 2010
  • 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...
    October 26, 2010
  • 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...
    October 26, 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
  • Web

    Data Virtualization for your Silverlight and WPF Applications

    I’m happy to announce that with our Q3 2010 Release of RadControls for Silverlight and WPF you will be able to load records on demand using our brand new VirtualQueryableCollectionView: The collection will load records only when needed and you can check it in action on our beta demos: http://demos.telerik.com/silverlight/beta/#DataVirtualization/FirstLook I’ve attached also two applications to illustrate how to use VirtualQueryableCollectionView in different scenarios: - Directly with IQueryable in WPF Download - Using ItemsLoading event / Load() method in Silverlight Download Enjoy! ...
    October 20, 2010