Monday, October 24, 2011

RadFormDecorator not working in some controls

Problem: RadFormDecorator is working in some controls and not working in some controls.
Solution: This is because of css. If you have applied inline css to any control it over-writes the css of RadFormDecorator ,so it appears that it is not working. Remove the CssClass property in your control and then it will work.

For Example:

<telerik:RadTextBox ID="txt" runat="server" Width="270px" CssClass="bold">
</telerik:RadTextBox>

1 comment:

  1. Hi I have problem with Telerik after installed on Microsoft Visual Studio 2008 and the error messages is:
    An unhandled exception has occurred.
    Unable to create type 'telerik:RadFormDecorator'. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    Can anyone help me?

    Sareth

    ReplyDelete