Telerik blogs

Latest

  • Web

    Custom paging with Telerik RadGridView and RadDataPager for Silverlight and Microsoft Visual Studio 2012 LightSwitch

    With this post I would like to show you how you can customize easily paging behavior in Microsoft Visual Studio 2012 LightSwitch using Telerik RadDataPager for Silverlight .
    August 29, 2012
  • Web

    The JavaScript Bat Belt

    The Dark Knight This weekend, I finally did what so many developers have already done several times in the past month. I saw the new Batman movie. I decided for this post, that I would do a complete character and plot breakdown while dissecting the...
    August 29, 2012
  • Web

    RadControls for Metro (XAML)–Date and Time Pickers

    Surprisingly, Visual Studio for Windows 8 XAML does not come with either a date or a time picker. Not to worry, we’ve got you covered. The RadControls For Metro suite of controls includes a very flexible DatePicker and TimePicker control that I’ll illustrate in this posting. To get started, be sure to add a reference to the RadControls for Metro to your application. As usual, we’ll begin with the data. This time the data is very simple. We start by creating a class representing a hotel or conference reservation, public class Reservation   {       public DateTime ArriveDate { get; set; }       public DateTime DepartDate { get; set; }   } Notice that the two properties are of...
    August 27, 2012
  • Web

    HTML5 is Not Over-Hyped

    A week doesn’t go by where I don’t see some analyst or research firm trying to make headlines by endorsing or disparaging the viability of HTML5. HTML5 is the new kid on the block, so it’s an easy target. The latest case is a recent report from...
    August 24, 2012
  • Web ASP.NET AJAX

    The Story of the Ribbon so far and to come...

    The ribbon (or RadRibbonBar, as we have named it) is among the most tempting-to-use looking and yet somewhat neglected controls. True, it has received some Microsoft love with being the core command component in the Office suite, as well as being more deeply integrated in the soon-to-be-released Windows8, but overall it's not been used that much. Main reason being “why use it”. That, by the way, is an excellent question. So why use the ribbon? To answer that, let's first analyse the control and its purpose: it looks like a tabbed command area; a tabbed toolbar if you will. For the most part,...
    August 23, 2012