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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -