Telerik blogs
  • 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
  • Release

    Full-featured RadEditor for MOSS 5.0

    Our RadEditor for MOSS product has reached version 5.0. There are some major changes that you should know before you upgrade from version 4.x. First and most important is that the 5.0 version uses RadEditor for ASP.NET AJAX. The new editor offers many improvements over the previous RadEditor for ASP.NET, too many to list here. Check the product page for more details. This is a major upgrade and it means that you will need to have the WSS v3/MOSS 2007 Service Pack 1 and ASP.NET AJAX installed in your web farm.   The second important change is in the RadEditor features. There are still two features...
    June 04, 2008
  • Release

    New online resources for the past three weeks (04/05/2008 - 05/25/2008)

    Below is a summary of the new online resources available for our ASP.NET controls/WinForm controls: ASP.NET RadAjax Help topics Manager vs. Panel: http://www.telerik.com/help/aspnet-ajax/manager-vs-panel.html RadAjaxManagerProxy: http://www.telerik.com/help/aspnet-ajax/ajax-manager-proxy.html Layout problem: Updated controls on a new line: http://www.telerik.com/help/aspnet-ajax/layout-problem-updated-controls-on-new-line.html RadTreeView Knowledge base articles How to expand a disabled node: http://www.telerik.com/support/kb/article/b454K-hhc-b454T-bgd-b454c-bgd.aspx RadEditor Knowledge base articles Disabling HTML editing in Html mode of RadEditor: http://www.telerik.com/support/kb/article/b454K-hma-b454T-a-b454c-cbetemdget.aspx Disabling the built-in shortcuts of RadEditor: http://www.telerik.com/support/kb/article/b454K-hmc-b454T-a-b454c-cbetemdget.aspx Setting a transparent background to RadEditor: http://www.telerik.com/support/kb/article/b454K-hme-b454T-a-b454c-cbetemdget.aspx 
  • 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...
  • 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...