How can I use different FormDecorator skin for different telerik:GridCheckBoxColumn?
I want to use black for GridCheckBoxColumn DataField="admin" and Metro for GridCheckBoxColumn DataField="writer" and Office2010Silver for telerik:GridTemplateColumn with a asp:CheckBox?
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 27 Mar 2015, 09:23 AM
Hi Kjell,
The requirement that you have will be difficult to accomplish, due to the way that RadFormDecorator works. I would personally recommend that you use GridTemplateColumns with RadButton as check boxes instead of CheckBox control, which will allow you to explicitly set the Skin property:
The other option that you have is to keep using the CheckBox controls, but handle the decoration manually on client-side, using the client-side API of the RadFormDecorator and its decorate(element) method: