4 Answers, 1 is accepted
0
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
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
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