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

Accessibility for RadDatePicker

1 Answer 139 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
mirang
Top achievements
Rank 1
mirang asked on 07 Jun 2012, 06:36 AM
Is there a way to make RadDatePicker pass the accessiblity. I test the page
http://demos.telerik.com/aspnet-ajax/calendar/examples/datetimepicker/overview/defaultvb.aspx 
with wave and it gave me error for the raddatepicker accessibility. Error was the there is no associated label control with a text input.

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 12 Jun 2012, 06:35 AM
Hello mirang,

You need to place additional label with "for" set to the id of the date input in the picker.
<label for="RadDateTimePicker1_dateInput">Select Date</label>
<telerik:RadDateTimePicker ID="RadDateTimePicker1" runat="server">


All the best,
Vasil
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
Calendar
Asked by
mirang
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or