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
Post a Comment