This is a migrated thread and some comments may be shown as answers.

Custom CheckBoxes

1 Answer 51 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
AB
Top achievements
Rank 1
AB asked on 08 Mar 2010, 11:06 AM
Hello,

could you please tell me how to customize the aspect
of CheckBoxes width RadFormDecorator (Q3 2009)?
 
Thank you
 
Alberto Bresesti

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 10 Mar 2010, 05:01 PM
Hello Alberto,

I already answered your support thread and for your convenience and for others who might have teh same question I pasted it below:


When you want to change the default styles of any RadControls you should use one of the following approaches:

1) Built your own custom skin which can be a copy of an embedded one with your modifications applied and set it to the control - more details about this approach are available below:

http://www.telerik.com/help/aspnet-ajax/createcustomskin.html

2) You can directly override default classes by using stronger selectors as explained below:

http://www.telerik.com/help/aspnet-ajax/modifyingexistingskins.html
http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx

A very simple example which demonstrates overriding the embedded skin is the following style:

.rfdCheckboxUnchecked
      {
          background:red none no-repeat !important;
      }
      .rfdCheckboxChecked
      {
          background:blue none no-repeat !important;
      }

In case you need further assistance, please send me a simple demo which reproduces the issue along with detailed explanations of the desired result and I will do my best to help.



Sincerely yours,
Svetlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
FormDecorator
Asked by
AB
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or