Where is the RadFormDecorator I have downloaded the 2008 Q1 .exe and installed?
Looking on the online help (as there is none locally!)
Looking on the online help (as there is none locally!)
To decorate the form elements on a webpage:
1. Register Telerik.Web.UI namespace tagprefix: (where is this dll?)
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
2. Add the RadFormDecorator server tag on the webpage:
ASP.NET | ![]() |
---|---|
<telerik:radformdecorator id="FormDecorator1" runat="server" DecoratedControls="all" Skin="Web20"></telerik:radformdecorator>
|