Telerik blogs

Latest

  • Web ASP.NET AJAX

    Client-Side Hierarchical DataBinding to OData with RadGrid for ASP.NET AJAX

    If you haven't heard, Odata is a Web protocol that exposes your data to the Web, allowing consumers to make queries through a set of URI parameters. RadGrid, Telerik's ASP.NET AJAX Grid control features a rich client-side API that enables you to easily bind to OData services and have all the paging, sorting and filtering done without ever posting the page to the server. That is all fine if your data is flat. Binding to hierarchical data, however, is another story. RadGrid officially supports hierarchical databinding on the server only. But let's go unofficial for a while. In this blog post we'll demonstrate an approach for detail table databinding...
    October 03, 2011
  • Web

    Fun with Remote Data and the Kendo UI Grid

    Love them or hate them, grids are a staple of user interfaces. While jQuery has made UI engineering remarkably easier on most of us, the grid is still a very iffy scenario when designing for the web. I have used jqGrid in the past on a...
    September 30, 2011
  • Web ASP.NET AJAX

    Getting Touch Support in Your ASP.NET AJAX Apps Now

    We here at Telerik always strive to help you deliver applications leveraging the latest and greatest industry trends from the moment that they are released. With touch-enabled devices gaining more popularity by each passing day, we surely don’t want you to miss out on the opportunity to build applications leveraging this exciting technology. Android, iOS and now even Windows 8 devices – they all use touch as their primary way of interaction. Some of you might even be reading this very post with one of these devices! What about your favorite set of ASP.NET AJAX controls? Tap and touch are...
    September 29, 2011
  • Web

    RSS Feed Reader Built with Kendo UI, YQL, & LESS

    One of the early (great) pieces of feedback we received during the Kendo UI beta is that you want to see more examples of Kendo UI in action. Sure, there is a huge (and growing) Kendo UI demo center, loaded with focused demos for Kendo UI...
    September 29, 2011
  • Web

    Dynamic binding for your Silverlight applications

    In the early days of Silverlight binding support for advanced dynamic scenarios was very limited (remember my DataTable?). Since then, however, the platform has evolved greatly – so did our tools!   Dynamic code 2009 style:   Dynamic code 2011 style:   Now to bind RadGridView to some dynamic data you just need ObservableCollection<dynamic>:   RadGridView will auto-generate columns automatically using your DynamicObject GetDynamicMemberNames() implementation and will call your TryGetMember/TrySetMember (TryGetIndex/TrySetIndex in case of indexer binding) methods when needed.   To illustrate this I’ve made small example project (similar to this blog post) demonstrating...
    September 28, 2011