Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Web ASP.NET AJAX

    RadControls for ASP.NET Ajax and Microsoft Expression Web

    This blog post is part of my research on whether the RadControls for ASP.NET Ajax support Microsoft Expression Web? The answer is simple – yes, they do.   If you only follow the instructions on how to use custom controls in Expression Web, you will see the result yourself. The main point here is having the Telerik.Web.UI assembly in the GAC and register it with its fully qualified name on the page.   Here are some screenshots:   Design-time: Run-time:  
    May 27, 2021 1 min read
  • Web ASP.NET AJAX

    RadCalendar for ASP.NET (AJAX) localization and all the necessary to have culture independent automated tests

    First some background: Recently I’ve been working on an interesting task, which required digging into some details in RadCalendar control localization implementation. Due to a customer bug report, I tested the RadCalendar control in a non-English culture for a specific scenario. I also ran the automated tests we had built for the Calendar control and was shocked at the fact that so many tests simply failed. The reason is that these tests expected some certain Calendar element values, which generally depend on the culture you run the control on. I took the challenge to investigate, implement the necessary methods and ...
    May 27, 2021 4 min read
  • Web ASP.NET AJAX

    RadGrid for ASP.NET AJAX Webinar on Tuesday Sept 2nd

    Don't miss the chance to hear Lino Tadros* himself talk about RadGrid for ASP.NET AJAX. You can sign up for FREE here.   The 2-hour training will cover the following advanced topics: Grid Calculations (Footer Aggregates, Calculated Columns, etc) Templates (Global Item Template, Nested View Template, Detail Template, etc) Client-Side Functionality (Binding to WebServices, APIs, Items Drag-n-Drop, etc) Boosting Performance with LINQ Tune in on Tuesday, September 2nd @ 9.30AM PDT!   *Lino is the President of Falafel Software and long-time Microsoft .NET MVP with great presentation skills and charisma. P.S. Don't forget that Todd will be ...
    May 27, 2021 1 min read
  • Web ASP.NET AJAX

    Client-Side Data Binding in the RadGrid

    Over the past several weeks I started a new video series, called RadTips, which demonstrates how to use specific features of Telerik controls. The first four episodes of the series was dedicated to the new client-side data binding feature of the RadGrid for ASP.NET AJAX. This feature is only available with the RadControls for ASP.NET AJAX Q2 2008, our latest release of the control suite. Each episode showed how to implement a specific RadGrid feature when binding to data on the client. If you haven't had a chance to watch them, I highly recommend taking a few minutes to check...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    RadTips, Episode 4: Client-Side Filtering in the RadGrid

    I am pleased to bring you another exciting episode of RadTips. In this episode, I show how to enable filtering when using the new client-side data binding feature of the RadGrid for ASP.NET AJAX (Q2 2008). But what's cool about this (and past) episodes is that it includes some other fun ASP.NET goodies. For instance, instead of binding to data from SQL Server, I use LINQ to XML to bind to data from an XML file. In this episode I also take advantage of LINQ's Dynamic Query Library to create a more dynamic LINQ query to filter data with. So be...
    May 27, 2021 1 min read