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

Skin GridClientSelectColumn check boxes

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul Ridden
Top achievements
Rank 1
Veteran
Paul Ridden asked on 21 Nov 2011, 11:35 PM

Hi

Is it possible to have the GridClientSelectColumn check box take on the skin look?

In your examples:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/selecting/defaultcs.aspx

Select Metro, the check boxes do not have the Metro look.

Thanks
Russell Mason

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 22 Nov 2011, 03:42 PM
Hello Paul Ridden,

To be able to apply the selected skin to the CheckBoxes, it is necessary to add a RadFormDecorator to your page. Please, see the example below.

<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="CheckBoxes" />

You should set its Skin in accordance to the RadGrid Skin.

I hope this helps.

Greetings,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Paul Ridden
Top achievements
Rank 1
Veteran
Answers by
Milena
Telerik team
Share this question
or