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

look for check box validator.

4 Answers 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mathieu cupryk
Top achievements
Rank 1
mathieu cupryk asked on 07 Sep 2009, 08:10 PM
I created a control for the check box

<%

-- <cc3:checkboxvalidator id="chkValidator1" runat="server" mustbechecked="true" controltovalidate="CheckBox1"

 

display="Dynamic" enableclientscript="true" errormessage="Please accept the terms and policy" />--

 

%>

 



However, in the rad controls I am sure there is something I can use instead of building my own controls.

4 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Sep 2009, 06:34 AM
Hello mathieu,

From the markup you provided I suppose you implemented your own checkbox control with custom properties and internal validation mechanism - is this correct? If so, note that we do not offer this type of control as part of our suite and you may consider using your custom checkbox.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
mathieu cupryk
Top achievements
Rank 1
answered on 08 Sep 2009, 04:35 PM
How about when u do a subscribe me for this thread.
There is some validation done. And saved to the db.
0
mathieu cupryk
Top achievements
Rank 1
answered on 10 Sep 2009, 07:21 PM
0
Momchil Mitev
Telerik team
answered on 11 Sep 2009, 08:11 AM
Hello mathieu cupryk,

As for now we don't provide validation controls. You can achieve the desired result with the CustomValidator and javaScript validation function (as in the demo) or as you did - creating a custom checkBox control.

Sincerely yours,
Momo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
mathieu cupryk
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
mathieu cupryk
Top achievements
Rank 1
Momchil Mitev
Telerik team
Share this question
or