Styling Dropdown list control Sitefinity forms builder

Posted by Community Admin on 05-Aug-2018 08:54

Styling Dropdown list control Sitefinity forms builder

All Replies

Posted by Community Admin on 13-Nov-2013 00:00

Hello,

I was wondering if it is possible to style the generated dropdownlist of the forms builder in Sitefinity 6.2
Example of what i would like to do: demos.telerik.com/.../defaultcs.aspx

Kai Bohme

Posted by Community Admin on 14-Nov-2013 00:00

Hey Kai,

That page is using a RadControl FormDecorator to style the form elements and it's using the 'Sunset' theme. You could either incorporate the css yourself by copy pasting it out and into your own stylesheets or use a form decorator yourself by adding something like this to the page:

<telerik:radformdecorator id="FormDecorator1" runat="server" DecoratedControls="all" Skin="Sunset"></telerik:radformdecorator>

Documentation is here, zip file contain the sunset skin is here.

This thread is closed