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

[Solved] disable JavaScript and the combobox breaks - how to degrade gracefully

3 Answers 113 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Meister
Top achievements
Rank 1
Meister asked on 14 May 2009, 10:09 AM
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

Sort by
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.

Best wishes,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Meister
Top achievements
Rank 1
answered on 14 May 2009, 03:47 PM
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.

Regards,
Ivan Dimitrov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Meister
Top achievements
Rank 1
Answers by
Simon
Telerik team
Meister
Top achievements
Rank 1
Ivan Dimitrov
Telerik team
Share this question
or