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>
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>
Hi I have problem with Telerik after installed on Microsoft Visual Studio 2008 and the error messages is:
ReplyDeleteAn 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