Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
New to Telerik UI for ASP.NET AJAX? Download free 30-day trial
RadDock for ASP.NET AJAX has an accessible UI. Its interface is level A accessible (in compliance with the W3C Web Accessibility Guidelines 2.0) as well as Section 508 compliant.
RadDock is compliant with Section 508 and Level A of the WCAG 2.0 Guidelines. Run WAVE, the automated web accessibility evaluation tool, to check the accessibility level of the control yourself.
<%@ Page Language="c#" AutoEventWireup="true" Inherits="Telerik.Web.Examples.Dock.Accessibility.DefaultCS"CodeFile="DefaultCS.aspx.cs" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<
html
xmlns
=
'http://www.w3.org/1999/xhtml'
>
head
runat
"server"
title
>Telerik ASP.NET Example</
link
href
"styles.css"
rel
"stylesheet"
/>
</
body
form
id
"form1"
telerik:RadScriptManager
ID
"RadScriptManager1"
telerik:RadSkinManager
"RadSkinManager1"
ShowChooser
"true"
div
class
"demo-container size-thin"
telerik:RadDockZone
"RadDockZone1"
MinHeight
"200"
Width
"300"
Orientation
"Horizontal"
telerik:RadDock
RenderMode
"Lightweight"
"RadDock1"
Height
Title
"Accessible UI"
EnableRoundedCorners
CssClass
"higherZIndex"
ContentTemplate
p
RadDock for ASP.NET AJAX has an accessible UI.<
br
Its interface is level A accessible (in compliance with the W3C Web Accessibility
Guidelines 2.0) as well as Section 508 compliant.
asp:LinkButton
"LinkButton1"
OnClick
"LinkButton1_Click"
>Validate with WAVE</