Telerik blogs

Latest

  • 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
  • Web

    Blend, DevConnections, and Lighting Up The Web

    Hey Telerik Developers! I wanted to write a slightly out-of-band post to mention some of the speaking engagements that I will have over the next few months, covering a wide range of topics in the Silverlight and Windows Phone 7 space. First up, Telerik is pleased to host Expression Blend for Silverlight Developers, a one hour webinar being presented on October 21st aimed at helping the Telerik Developer Community (and for that matter, everyone using Silverlight, WPF, or Windows Phone 7) to learn a little bit more about Expression Blend and how it can fit into our daily development workflows.  You can...
    October 06, 2010