Hi,
I'm using Telerik version 2009.31208.20. I have created an asp:button decorated with the Telerik RadFormDecorator. The button works well in IE (all version after IE 6), FireFox 3.x, Chrome and Safari. Although, in Firefox 2.x, the button click is not firing and its border is cut off.
The problem occurs only when i set the button decorated with the RadFormDecorator.
here the source code:
Thanks.
Mounir,
I'm using Telerik version 2009.31208.20. I have created an asp:button decorated with the Telerik RadFormDecorator. The button works well in IE (all version after IE 6), FireFox 3.x, Chrome and Safari. Although, in Firefox 2.x, the button click is not firing and its border is cut off.
The problem occurs only when i set the button decorated with the RadFormDecorator.
here the source code:
| <telerik:RadFormDecorator ID="FormDecorator1" runat="server" DecoratedControls="All" |
| Skin="WebBlue"></telerik:RadFormDecorator> |
| <asp:Button ID="LoginButton" ValidationGroup="login" |
| runat="server" CommandName="Login" Width="120px" |
| Text="<%$ Resources:Labels, LoginLoginButton %>" /> |
Thanks.
Mounir,