• Accessibility and RadEditor

    The following blog post was written together with Rumen Jekov, who is the most experienced support officer at Telerik and has been supporting RadEditor for a number of years now. If you are a RadEditor user, and you contact us, chances are you will be receiving an answer from him.

    The blog post discusses the accessibility features of RadEditor. While accessibility options were not considered important couple of years ago, things have changed - and will be changing even more in the future. For enterprize customers and governmental institutions accessibility is becoming a top priority, and we have gone at great lengths ...

  • Some RadToolTip tips & tricks

    I wrote this blog post together with our support officer Svetlina, who is in charge of answering tickets submitted for RadToolTip, RadSplitter and RadWindow. She has prepared a short list of tips and tricks based on some recurring questions that we have noticed over time. The original tips&tricks list had 12 entries, but some of the solutions were eventually built into the RadToolTip code, so it was reduced to 7 :)

    We hope this post will be useful to all who try to combine the tooltip with other RadControls and use it in more advanced scenarios that are not always covered ...

  • Ever needed a demo using RadControls for ASP.NET AJAX using the Q1 2008 RadControls suite?

    I visited DevConnections in Orlando about a month ago. There my colleague Todd Anglin and I held a vendor session called "Developing Rich, Responsive Applications using Telerik RadControls for ASP.NET AJAX". My team had prepared a demo for the vendor session - and we have 3 major goals when we started implementing it:

    • We wanted to keep the code to a minimum (which I think we managed quite nicely). Most of the about 200 lines of server code are related to database queries, and the client-side only uses about 40 lines of code.
    • We wanted it to be real-lfe and ...
  • RadEditor... on msdn2.microsoft.com

    It has been some time this was in the making... and as of the beginning of this week RadEditor is the editor one uses to submit community content in MSDN. Here is a hasty screenshot I made for you:



    To my best knowledge, this is the fifth Microsoft team that adopts the RadEditor, yet I believe it is the first team to use it on a public Microsoft site (besides, such an important one). The other teams using the editor are doing internal MS content, and since I have not explicitly asked for permission to list their names here, I ...
  • Prometheus Futures and... new RadFormDecorator :)

    Did you know that we just released our Prometheus Futures build?
    And what exactly a Futures build means?
    It is nothing less than a preview build for the 2008 Q1 RadControls suite release coming in April! We keep adding new controls to the Prometheus suite to get it ready for its official premiere. Three long-awaited RadControls Classic controls were ported to the suite -  RadToolbar, RadPanelbar, RadTabstrip, thus bringing the total number of Prometheus controls to twenty-two.

    The Prometheus suite is more than a suite of controls. It is built on top of MS AJAX, and offers a ...

  • r.a.d.controls, Event-handing, Atlas and Opera

        I came across some funny event handler behavior while researching a strange problem of one of our controls (r.a.d.window) under Opera.
        Three problems are always present when writing self-contained, reusable, cross-browser DHTML controls - differences in browser APIs, consideration for third-party code on the page that might be messing with the API and - last but not least - unexpected and weird browser behavior. All these came together in the problem I am about to describe.

        Different browsers define different ways to attach event handlers - e.g. attachEvent in IE, addEventListener in Firefox and Safari, and support for ...