Telerik blogs

Latest

  • Web

    Conditional Formatting rows in RadGridView

    It can be useful at times to draw the users attention to a certain row or rows in a grid.  You might want to point out an account that is about to expire or show that an entry requires approval.  Normally, you would evaluate the data in the grid yourself to change the BackColor of a row.  The RadGridView offers you the ability to create a condition that will apply certain formatting for you.  I have created a simple class that will allow us to display a few laptop orders.      public class Laptop     {         public string Manufacturer { get; set; }         public double Price {...
    November 22, 2008
  • Web

    Tweaking the Theme colors for Telerik Silverlight Controls

    Its been a while since my last blog post. But this is all for good. It was a busy month for the Telerik Silverlight Team. We did a couple of public releases in the last few weeks. Our last release was yesterday - if you still haven't saw it - do this now - we shipped the missing "5th element" of the suite - the GridView control for Silverlight. Our next release will be in the middle of December when we will release our next essential control - the Docking Manager for Silverlight. Now back on the topic. One of the major improvements in latest release...
    November 20, 2008
  • Web ASP.NET AJAX

    Image Centering Techniques You Should Know About

    The following new code library entry demonstrates two alternative techniques for centering an image inside a RadAjaxLoadingPanel. Both techniques should not be something new for CSS-savvy devs, however, we receive queries for them from time to time, so it will be good to have an example available online: How to Center Image In a RadAjaxLoadingPanel  ...
    November 19, 2008
  • Web

    Filter as you type and custom pager for the grid with client binding

    I've made small demo on how to filter as you type client bound grid with custom pager: You can use the grid client-side DataBinding event to build your own filter expression: and the grid client-side DataBound event to customize your already defined pager template:   [Live | Download]...
    November 19, 2008
  • Web ASP.NET AJAX

    Survey: What do you want to see in upcoming RadTips episodes?

    It's been a while since I posted my last RadTips episode. In fact, with recent conference travel, the new Telerik.com web site, and preparations for the Q3 2008 release I've hardly had time to get anything recorded. But now that all that is in the past it's time to get rockin' with some fresh content. For those of you who don't know, RadTips is a screencast I do on a regular basis which provides quick tips that you can use with the RadControls for ASP.NET AJAX. Each episode focuses on a specific RadControl feature and is fairly short (approximately 5 - 10 minutes),...
    November 17, 2008