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

RadGrid 508 Compliance

5 Answers 187 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kaushik Subramanya
Top achievements
Rank 1
Kaushik Subramanya asked on 11 Nov 2009, 09:53 PM
RadGrid Support,
I understand that RadGrid is 508 compliant.

However I noticed that some of the links on your website are not working.
http://www.telerik.com/help/aspnet-ajax/grdkeyfeatures.html (Search for 508 and click on the link)

Can you please point me to the proper links for 508 compliance  ?

Regards,
Kaushik

5 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 12 Nov 2009, 10:22 AM
Hello Kaushik,

You can refer to the following online resources on this subject:

http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/accessibility/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grid-section-508-compliance.html

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Kaushik Subramanya
Top achievements
Rank 1
answered on 16 Nov 2009, 07:36 PM

Sebastian,
Thank you for the quick reply.

Based on the sample demo below I added the pager template with asp Buttons for enabling the paging and sorting features
After implementing the change when i click on the Next button I am not able to view any data. Please advise
I have attached the screenshots for your perusal.

Below is my code

 

<

 

telerik:RadGrid ID="rg" runat="server" AutoGenerateColumns="False"

 

 

 

 

 

Width="659px" AllowPaging="True" Height="62px">

 

 

 

 

 

<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"

 

 

 

 

 

Font-Underline="False" Wrap="True" />

 

 

 

 

 

<MasterTableView BorderStyle="Solid" GridLines="None">

 

 

 

 

 

<PagerTemplate>

 

 

 

 

Change page:

 

<asp:Button ID="Button1" ToolTip="Previous Page" CommandName="Page" CommandArgument="Prev"

 

 

 

 

 

CssClass="rgPagePrev" runat="server" />

 

 

 

 

 

<asp:Button ID="Button2" ToolTip="Next Page" CommandName="Page" CommandArgument="Next"

 

 

 

 

 

CssClass="rgPageNext" runat="server" />

 

 

 

 

 

</PagerTemplate>

 

 

 

 

 

<Columns>

 

 

 

 

 

<telerik:GridTemplateColumn HeaderText="User Name" UniqueName="UserName">

 

 

 

 

 

<ItemTemplate>

 

 

 

 

<%

#Eval("FirstName")%>

 

<%

#Eval("LastName")%>

 

 

</ItemTemplate>

 

 

 

 

 

</telerik:GridTemplateColumn>

 

 

 

 

 

<telerik:GridBoundColumn DataField="Date" HeaderText="Date/Time" UniqueName="DateTime">

 

 

 

 

 

</telerik:GridBoundColumn>

 

 

 

 

 

<telerik:GridBoundColumn DataField="Test" HeaderText="Test"

 

 

 

 

 

UniqueName="Test">

 

 

 

 

 

</telerik:GridBoundColumn>

 

 

 

 

 

<telerik:GridBoundColumn DataField="Comments" HeaderText="Comments" UniqueName="Comments">

 

 

 

 

 

</telerik:GridBoundColumn>

 

 

 

 

 

</Columns>

 

 

 

 

 

</MasterTableView>

 

 

 

 

 

<HeaderStyle BorderStyle="Solid" Font-Bold="True" HorizontalAlign="Center" />

 

 

 

 

 

</telerik:RadGrid>

 

 

 

PS: Can you please provide additional info on the Css Classes "rgPagePrev" and "rgPageNext"

Please advise.

Regards,
Kaushik

0
Vlad
Telerik team
answered on 17 Nov 2009, 07:05 AM
Hi Kaushik,

Most probably the grid is not bound on subsequent post-back. How the grid is bound in your case? You may need to use NeedDataSource or DataSourceID instead simple DataBind().

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sandeep
Top achievements
Rank 1
answered on 09 Apr 2012, 12:38 PM
I am also facing issue related to 508 UI accessibility. I am using "GridClientSelectColumn" for select all/ checkbox for rows selection. In this case CheckBoxes are not accessible and occure 508 UI Compliance error. This error is "No alternate text for clcikable item".

But when i am using manual checkbox in grid and checkbox has Text property Then it does not show. But I want "GridClientSelectColumn" for selectAll. Please suggest for CheckBox UI Accessiblity according 508 Compliance.

Thanks.
0
Martin
Telerik team
answered on 12 Apr 2012, 08:46 AM
Hello Sandeep,

I have already addressed the other forum thread you have opened on the same topic.

Greetings,
Martin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Kaushik Subramanya
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Kaushik Subramanya
Top achievements
Rank 1
Vlad
Telerik team
Sandeep
Top achievements
Rank 1
Martin
Telerik team
Share this question
or