Hello James,
In the solution I sent you on Friday, the very first button is a
<asp:button />. For your convenience, I opened and copied the button declaration from my project:
<h5>Server Button</h5>
<asp:Button runat="server" ID="Button1" Text="Server Button (Width 500px)" Width="500" />
As you know, the code above renders on the client the following html:
<input type="submit" />
Which is nothing but a "html" submit button.
As FormDecorator decorates the form elements on client, not on the server, its engine works with the rendered inputs, not their server counterparts.
Please, if possible, send us a small running project, that contains everything - your layout, your styles and RadFormDecorator with the skin you intend using, so we are able to help.
All the best,
Martin Ivanov
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.