With Accessibility being all the more important now days, i've got a client complaining that when they disable javascript the combobox breaks
is there a fix to this (anyone got some code i can copy)
thanks
3 Answers, 1 is accepted
0
Simon
Telerik team
answered on 14 May 2009, 03:35 PM
Hello Quade,
RadComboBox renders a simple DropDownList when JavaScript is disabled at the client if the control's AccessibilityMode property is set to true. Please set the latter to achieve the desired result.
Thanks
But i dont have that property on the control
i've tried putting it on the control manually:
<telerik:RadComboBox ID="Size" runat="server" Skin="Vista" AccessibilityMode="true" >
but is still doesn't work
under accessibility, all i have is access key and tabindex
I'm using it in a SF3.2 SP2 solution
0
Ivan Dimitrov
Telerik team
answered on 14 May 2009, 04:49 PM
Hello Quade,
The property AccessibilityMode has not been implemented with the version of Telerik.Web.UI (Telerik.Web.UI, Version=2008.1.515.20) that is shipped with your version of Sitefinity(3.2 SP2 hotfix). You can configure bindingRedirection and add the lates version of Telerik.Web.UI where AccessibilityMode property exists.