Telerik blogs
  • Web ASP.NET AJAX

    How To Override Styles in a RadControl for ASP.NET AJAX' Embedded Skin

    In the era of the "classic" RadControls for ASP.NET modifying a skin required opening ~ / RadControls / [ControlName] / Skins / [SkinName] / styles.css and making the necessary changes. The new RadControls for ASP.NET AJAX (formerly known as "Prometheus") by default use skins, which are embedded in the assembly. This simplifies deployment but sacrifices customization. Or does it? Actually, making a change to an embedded skin of a RadControl for ASP.NET AJAX is quite easy, given that one keeps in mind a couple of notable things. Namely: (1) Since the embedded skin cannot be modified, the custom styles need to be placed elsewhere. For example ...
    June 17, 2008
  • Web ASP.NET AJAX

    Introducing: the telePhone

    After digging around in Telerik's old Visual Source-Safe server, I found a long-forgotten prototype of a RadMenu skin. I felt the urge to disclose it to you, and hope that you will like it. the telePhone prototype On second thought, this initial draft looks good enough, so we might switch to hardware production. Don't be evil, we were first! Maybe we could even go 3G... Ok now, getting serious - you could use this sort of menu for navigating when there is a large hierarchy in the site navigation (or, to be more specific, a hierarchy that has a wide tree). Currently, no...
    June 13, 2008
  • Web ASP.NET AJAX

    Title Attributes in CSS Link Tags Prevent Styles from Being Applied

    I have been aware for some time now that title attributes in CSS <link> tags trigger problems and prevent some CSS styles from being applied on the web page. Today I invested a couple of hours in finding out what actually happens and this is what we've got. If you have several <link> tags in the page <head> and one of them has a title attribute, then the <link> tags coming after it must either have a title attribute with the same value or no title attribute at all, otherwise the styles in the latter CSS files the will not be applied on the...