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

[Solved] CheckBox Skins

4 Answers 161 Views
Input
This is a migrated thread and some comments may be shown as answers.
Pramod
Top achievements
Rank 1
Pramod asked on 22 May 2008, 08:22 AM

Hi,

Do we have Checkbox control in Teleric where by we can set the skins. We need to implement a checkbox where by we can show checkedimage on checkbox checked.
Kindly provide the code snippet for the same.

Thanks,
Pramod Singh

4 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 22 May 2008, 09:40 AM
Hi Pramod,

We believe that this is what you are looking for. Give our form decorator a spin and let us know if you have other questions.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Stuart Hemming
Top achievements
Rank 2
answered on 22 May 2008, 09:41 AM

Pramod,

There's no telerik checkbox control as such. But have a look at the Form Decorator control that allows you to skin ASP Buttons, CheckBoxes, RadioButtons.

-- 

Stuart

0
Pramod
Top achievements
Rank 1
answered on 22 May 2008, 02:05 PM

Hey Stuart,

This is absolutely great, using RadFormDecorator is amazing rather than writing my own custom javascript.
But the problem am facing is, as soon as I declare 
<telerik:RadFormDecorator ID="CheckBoxRadFormDecorator" runat="server" DecoratedControls="CheckBoxes" Skin="Mac"></telerik:RadFormDecorator>

I master page or elsewhere, the normal <asp:TextBox> is setting hidden. Normal TextBox is not getting displayed in form. We have many validation for that <asp:TextBox so cannot switch to <Teleric:RadTextBox>


Thanks,
Pramod

0
Stuart Hemming
Top achievements
Rank 2
answered on 22 May 2008, 02:15 PM
Pramod,

normal <asp:TextBox> is setting hidden.
I can't comment on this. You need a grown-up. I suspect someone from telerik towers will respond soon enough.

However ...
We have many validation for that <asp:TextBox so cannot switch to <Teleric:RadTextBox>

I'm not sure why you think that the validators and RadTextBoxes are mutually exclusive. I've got validators working with RadTextBoxes here. Granted, I wrote them for the RadControls rather than converting them from validators aimed at standard ASP controls, but still...

--
Stuart

Tags
Input
Asked by
Pramod
Top achievements
Rank 1
Answers by
Steve
Telerik team
Stuart Hemming
Top achievements
Rank 2
Pramod
Top achievements
Rank 1
Share this question
or