Telerik blogs
  • People

    Telerik sponsors the Silverlight Control Builder Contest 2008

    Silverlight platform is getting more mature, the adoption rate is constantly raising and at the same time Page Brooks and Dave Campbell, together with some of the Silverlight community leaders and Microsoft MVPs have started a control builder contest. Check out the contest website to see the rules, prizes and how to register - http://gosilverlight.org/. As we are deeply involved with the Silverlight platform and community, we decided to make our contribution to the contest by giving our most valued license control bundle to all the winners!!! The bundle includes "ASP.NET AJAX + WinForms + Telerik Reporting" controls. The license will also automatically give you the Silverlight controls once they are officially released (which will happen till the end of this summer). The first place winner will also...
  • 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

    RadControls for ASP.NET Ajax in SharePoint 2007 and DotNetNuke

    SharePoint We recently pulled out a sample SharePoint 2007 (MOSS) site which shows RadControls for ASP.NET Ajax working in SharePoint environment. You can check it out by going to http://sharepoint.telerik.com. This site is a SharePoint Publishing portal. We have modified the master page and replaced the default navigation controls with RadTabStrip and RadPanelbar. The required steps are described in detail in our online documentation. The Corporate section of the SharePoint is utilizing a different master page which incorporates RadMenu and RadTreeView. RadEditor for MOSS also got a major update - go check Stoyans’s blog post for more info. Also we prepared three demo pages showcasing RadScheduler, RadEditor and RadGrid working seamlessly in SharePoint. The main challenge here was to get...
    June 04, 2008
  • Web

    RadControls and ASP.NET Dynamic Data - Update

    UPDATE: You can download the latest Dynamic Data bits from here. We have been working for some time to integrate RadGrid in the ListDetails page template. I am pleased to announce that this is now a fact. You can use a modified version of ListDetails.aspx bundled with RadGrid. See for yourself: You can download the bits from here. They are tested with the latest Dynamic Data bits which you can grab from here. I would like to thank David Ebbo for his continuous support and help. Also a big thank you to my colleague Vlad (our local RadGrid expert) who provided invaluable assistance with...
  • Release

    Visual Studio 2008 SP1 Beta is now available!

    You can check the post of Web Developer team for more detailed info. Here are few RadControls related details: ... Issue Many NBSPs added and tag name corruption when editing a page that uses Telerik controls (popular custom controls) Description When there are multiple register directives for the same namespace in different assemblies, multiple NBSPs may be generated in your page and your markup could possibly be changed incorrect. This can be ...