asp.net - AssociatedControlID for RadListBox and RadDateTimePicker controls? -



asp.net - AssociatedControlID for RadListBox and RadDateTimePicker controls? -

i using radlistbox , raddatetimepicker in traditional c# asp.net 3.5 web application, , have labels this:

<asp:label id="lblstartdate" runat="server" text="start date" associatedcontrolid="dtpstartdate" /> <telerik:raddatetimepicker id="dtpstartdate" runat="server"> </telerik:raddatetimepicker>

the label doesn't connect date picker attribute because picker complex command , can't work out element target. telerik propose javascript solution this, seems unwieldy me , depends on client side scripting.

is there improve way provide reasonable level of accessibility? either wrapping telerik solution somehow or altogether alternative approach?

yep, telerik picker composite command , similar javascript attach label date input should trick. reference input field, utilize get_dateinput() property client api of picker.

asp.net telerik accessibility

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -