Telerik blogs

Latest

  • Web ASP.NET MVC

    Using the Telerik Extensions in ASP.NET MVC4 Today - A First Look

    It’s an exciting time to be an ASP.NET developer, especially with the upcoming ASP.NET 4.5 and MVC4 releases, and I know a lot of you are wondering how the Telerik Extensions ASP.NET MVC will work with ASP.NET MVC4. While we do not have official builds against MVC4 today, we will be providing these once the platform finally comes out of beta. For those of you curious as to whether or not it works in the current beta, I can tell you that it does! Actually, I’ll do one better: I’ll show you! :) For the Love of Beta For this demo I’m...
    March 09, 2012
  • Web

    XAMLflix Introduces RadTreeMap/RadPivotMap for Silverlight and WPF

    Hello everyone and welcome back to XAMLflix with RadTreeMap/RadPivotMap for Silverlight and WPF. What is XAMLflix you might ask? Well, it is Telerik’s way of teaching you how to use both new and existing controls from Telerik’s XAML suite. Each and every Thursday, we will provide a fresh batch of videos and sample projects highlighting a different control. Since our Silverlight and WPF share a common codebase and API, you only have to learn how to use these controls once! You can simply copy and paste the code between frameworks. Meet RadTreeMap/RadPivotMap The RadTreeMap/RadPivotMap control can effortlessly turn hierarchical data into meaningful representations that...
    March 08, 2012
  • Web ASP.NET AJAX

    Native Binary Excel Export Made Its Way to Our ASP.NET TreeList

    Q1 2012 brings yet another popular export format to the already rich set of TreeList features. This time, we added support for the Microsoft Excel format. The exported files are based on the binary BIFF standard and hereby they are fully compatible with virtually all versions of Microsoft Excel and most of the XLS BIFF compatible software. Another benefit is that you will be able to access the output file using the widely popular OleDB Jet provider. Similar to the PDF export, you can apply custom styles in two different ways – using the built-in item styles (ItemStyle, HeaderStyle and the...
    March 02, 2012
  • Web

    Building Rails Applications with the kendoui-rails Gem

    Estimated Time to Read this article and complete demos: 10 minutes Summary Today, we're announcing the availability of a RubyGem that helps you quickly add Kendo UI to your Rails applications. In this post, I'll share an overview of the Gem, a quick tutorial on how to use...
    March 01, 2012
  • Web ASP.NET AJAX

    Client-Side DataBinding with RadListView for ASP.NET AJAX - Part 3

    This is the third and last in a series of blog posts on the new client-side databinding features we've introduced to RadListView with the Q1 2012 release. In the first blog post, we introduced you to the basics of client-side databinding in RadListView - how to define HTML templates, how to use binding expressions and what properties does the binding context provide for greater flexibility. In the second blog post we showed you how easy it is to bind to any kind of web services. In this blog post, let's dive deeper into the client-side databinding internals in RadListView. We'll see how to implementing paging, sorting and filtering to...