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

508 Compliance

5 Answers 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 02 Feb 2011, 05:19 PM
Hi,

We are using RadGridView, RadPanelBar, RadDataFilter, RadBusyIndicator in our application.  We need to be 508 compliant and we were under the impression that Telerik controls were compatible.  When I use Jaws e-reader, navigation panel is not read by the e-reader.  DataFilter's dropdowns are not read, either.  If a user selects a column or filteroperator, they have no idea what they chose.
GridView's headers are skipped when tabbing through and goes into the data rows.  Add new item bar is also skipped.

Is there a property or maybe a setting we need to apply to get RadControls reader ready?

Thanks,

5 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 08 Feb 2011, 05:41 PM
Hi Artel,

Our RadControls for WPF support the Windows Automation API and we tried to keep this support as close as possible to the standard controls. For more details about our current support, please check this link.

We are aware of some of the issues you’ve pointed out but we are still investigating the possible resolutions. If you have any other feedback that you can share with us on the desired functionality or missing features it would be highly appreciated!


Best wishes,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Gonzalo
Top achievements
Rank 2
answered on 12 Apr 2012, 02:08 PM
Greetings,

Is there a simple way to change font sizes across the board for all control in a rad window or page? Samples would be extremely welcome :-)

Best regards,

Gonzalo
0
Dimitrina
Telerik team
answered on 12 Apr 2012, 02:39 PM
Hello,

 You can create Styles targeting the Controls in the page. Then bind the FontSize property (in the setter of the style) to your FontSize property.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Gonzalo
Top achievements
Rank 2
answered on 12 Apr 2012, 03:17 PM
Thanks for your reply. Any examples on how this would get done grammatically?

Best regards,

G
0
Dimitrina
Telerik team
answered on 16 Apr 2012, 02:05 PM
Hello,

For example if you have a TextBox with the FontSize, then you can bind to the text of the TextBlock:

<TextBlock Name="sizeTextBlock" Text="20"/>
<Style TargetType="telerik:GridViewCell">
            <Setter Property="FontSize" Value="{Binding Text, ElementName=sizeTextBlock}"  />
</Style>


Greetings,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Gonzalo
Top achievements
Rank 2
Dimitrina
Telerik team
Share this question
or