• It’s always cool to see how the RadControls for ASP.NET AJAX work together. Today I saw a question from a customer asking if the RadRotator can be used to create a menu similar to that on the Experts Exchange web site. If you’re unfamiliar with their menu, it’s got a lot of options in it. Because there are so many menu choices they decided to make the menu interactive, adding a button to the right-hand side of the menu which, when clicked, replaces the existing menu options with another set.

    1Using this approach means you no longer have to be concerned about having...

  • A few weeks ago, I showed you how you can use the new RadCompression HttpModule found in the RadControls for ASP.NET AJAX Q3 2008 SP2 (and later) to easily (as in, automatically) compress your Ajax and JSON web service communication. While that technique is great for improving the performance of modern web apps that do lots of processing client-side, that’s not the only thing RadCompression can do. It can also automatically compress ViewState! This week, I’ll show you how you can quickly enable ViewState compression and show you the effects it has on overall ViewState size and server performance.

    HOW DO I ENABLE...

  • Below is a table of the most common client side events in JavaScript. The Table is divided into three columns – the first lists the name of the event. The second contains a short description of the event, and the third lists all page objects, which support the given event.                                         

    Event Name                Description  Supported by objects

     onabort

    The onabort event occurs when loading of an image is aborted.

    image

    onblur

    The onblur event occurs when an object loses...

  • Q1 2009 release countdown continues at full speed! Now get ready for the RadControls for ASP.NET AJAX release bits, especially for those of you who haven’t tasted the Beta yet. So here are the most exciting aspects of the upcoming release.

    New Controls
    Our offering is growing even more with the addition of the File Explorer control and the HTTP Compression Module.
    A flexible web control for file management, RadFileExplorer completely mimics the Windows Explorer functionality and is entirely built with Telerik RadControls. You can easily add it to your page, and organize your files and folders: create, rename, delete, drag and drop, all the familiar...

  • In this post, I want to demonstrate the use of the RadGauge for WPF control inside a Windows Forms Application.  Just because you are not developing WPF applications every day does not mean you cannot benefit from what WPF has to offer.  I thought it would be useful to point out that you can use WPF User Controls inside of Windows Forms applications with minimal effort.  This is made possible through the Systems.Windows.Forms.Integration namespace.  More specifically you will be working with a control call "ElementHost" which allows the WPF control to be used in a Windows Form.    So lets get...

  • Here’s a quick tip for those of you using RadAjaxManager and RadAjaxManagerProxy. The scenario:

     

    You have a MasterPage with a RadAjaxManager and a ContentPage with a RadAjaxManagerProxy (so far, so good, and you’re following Telerik’s best practice guidance). All declarative Ajax settings work fine with the Proxy- no trouble. But now you want fire an Ajax event on your ContentPage manually using JavaScript and handle the AjaxRequest event on the server. You’re shocked to discover there is no “AjaxRequest” event for the RadAjaxManagerProxy! What’s the solution?

     

    Fortunately, the solution is easy. The RadAjaxManagerProxy is designed to make it easy to configure Ajax...

  • Legal-ese demystified, part 2!

    Wednesday, February 25, 2009 by Evan Hutnick | Go comment!
    So, picking up where we left off yesterday...  Not too long ago, I received a question regarding our licensing policies, specifically section 3-1 in which we state:

    "Telerik does not provide technical support for modified source code"

    Which, to the customer, seemed a bit odd considering we do offer such useful tidbits in our documentation like how to inherit a RadGrid column, albeit with a disclaimer at the bottom reminding people about our support stance on modified source, which this would then fall into. This puts us into a little gray area that requires some explanation- namely, why provide info on inheriting...
  • Earlier this month, I had the opportunity to present a webinar discussing the RadGridView for WPF.  The control was built from the ground-up to take advantage of the WPF platform and the .NET 3.5 framework.  RadGridView for WPF represents the next generation in flexible data presentation controls you need to build powerful line of business applications. In the webinar, I provided an overview of RadGridView to help you understand all of its capabilities. If you are interested in seeing what was discussed, I welcome you to visit Telerik TV to view the full webinar using the following...

  • If you have been following Telerik blogs, you’ve seen quite a few posts on Telerik Silverlight Grid already. We’ve worked hard to bring to life a powerful, robust and feature-rich Silverlight grid which will be officially released with the upcoming Q1 2009.

    Optimizing the different aspects of performance has always been among our first priorities. With this release, we are introducing 3 techniques to significantly reduce page loading time and to provide better user experience. The unique RadCompression module allows you to compress the entire Web Service traffic in a completely codeless manner, resulting in smaller data transfer and better performance of your...

  • Legal-ese demystified

    Tuesday, February 24, 2009 by Evan Hutnick | Comments 2

    Hello Everyone!

    I'd like to begin by introducing myself to the Telerik Blog scene. My name is Evan Hutnick and I work as a Developer Support Consultant in our US Sales office. I began here back in September of 2008 and have been on a fast-track to learning everything about Telerik.

    But what does a Developer Support Consultant do, besides sound flashy? More or less, I'm one of the first lines of defense in the sales office for any sort of technical questions we receive. As a developer in my spare time, I've used Telerik controls (albeit only as a...