or
We are using lots of telerik control almost all the pages of our application.
we are failed for 508 compliance 1194.22 (i). the below message is displaying on validating the page. we have fix it for RadMenu by adding the enableoverlay = false.
It would be great if you can suggest what all control and there fixes pertaining to 508 section 1194.22 (i) for iframe test
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="ToolTipDragIssue.WebForm1" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
runat
=
"server"
>
<
title
></
title
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
asp:ScriptManager
runat
=
"server"
ID
=
"ScriptManager1"
/>
<
asp:Button
ID
=
"Button1"
runat
=
"server"
Text
=
"Click Here"
/>
<
div
>
<
telerik:RadToolTip
ID
=
"RadToolTip1"
runat
=
"server"
ShowEvent
=
"OnClick"
TargetControlID
=
"Button1"
HideEvent
=
"ManualClose"
>
<
telerik:RadListBox
ID
=
"RadListBox1"
runat
=
"server"
Width
=
"200px"
Height
=
"200px"
AllowTransfer
=
"true"
AllowReorder
=
"true"
AutoPostBackOnReorder
=
"true"
EnableDragAndDrop
=
"true"
>
<
Items
>
<
telerik:RadListBoxItem
Text
=
"Test Item 1 Test Item 1 Test Item 1 "
/>
<
telerik:RadListBoxItem
Text
=
"Test Item 2 Test Item 2 Test Item 2 "
/>
<
telerik:RadListBoxItem
Text
=
"Test Item 3 Test Item 3 Test Item 3 "
/>
<
telerik:RadListBoxItem
Text
=
"Test Item 4 Test Item 4 Test Item 4 "
/>
</
Items
>
</
telerik:RadListBox
>
</
telerik:RadToolTip
>
</
div
>
</
form
>
</
body
>
</
html
>
<
telerik:RadCalendar
ID
=
"RadCalendar1"
runat
=
"server"
ShowOtherMonthsDays
=
"False"
Skin
=
"Outlook"
CellAlign
=
"NotSet"
CellVAlign
=
"NotSet"
EnableMultiSelect
=
"False"
ShowRowHeaders
=
"False"
TitleAlign
=
"Center"
UseColumnHeadersAsSelectors
=
"False"
UseRowHeadersAsSelectors
=
"False"
DayNameFormat
=
"Short"
EnableMonthYearFastNavigation
=
"False"
>
<
DayOverStyle
CssClass
=
"rcHover"
></
DayOverStyle
>
<
FastNavigationStyle
CssClass
=
"RadCalendarMonthView RadCalendarMonthView_Outlook"
></
FastNavigationStyle
>
<
DisabledDayStyle
CssClass
=
"rcDisabled"
></
DisabledDayStyle
>
<
WeekendDayStyle
CssClass
=
"rcWeekend"
></
WeekendDayStyle
>
<
ViewSelectorStyle
CssClass
=
"rcViewSel"
></
ViewSelectorStyle
>
<
SelectedDayStyle
CssClass
=
"rcSelected"
></
SelectedDayStyle
>
<
CalendarTableStyle
CssClass
=
"rcMainTable"
BackColor
=
"#DDEEFF"
Height
=
"400px"
HorizontalAlign
=
"Left"
Width
=
"600px"
></
CalendarTableStyle
>
<
OtherMonthDayStyle
CssClass
=
"rcOtherMonth"
></
OtherMonthDayStyle
>
<
OutOfRangeDayStyle
CssClass
=
"rcOutOfRange"
></
OutOfRangeDayStyle
>
<
SpecialDays
>
<
telerik:RadCalendarDay
Date
=
"2012/04/21"
TemplateID
=
"DateTemplate"
/>
<
telerik:RadCalendarDay
Date
=
"2012/05/22"
TemplateID
=
"DateTemplate2"
/>
</
SpecialDays
>
<
CalendarDayTemplates
>
<
telerik:DayTemplate
ID
=
"DateTemplate"
runat
=
"server"
>
<
Content
>
<
div
class
=
"rcTemplate rcDayDate"
>
Collection
</
div
>
</
Content
>
</
telerik:DayTemplate
>
<
telerik:DayTemplate
ID
=
"DateTemplate2"
runat
=
"server"
>
<
Content
>
<
div
class
=
"rcTemplate rcDayDate"
>
Collection 2
</
div
>
</
Content
>
</
telerik:DayTemplate
>
</
CalendarDayTemplates
>
</
telerik:RadCalendar
>
<telerik:GridNumericColumn FilterControlWidth="75px" DataField="Hectare" HeaderText="Hectares" NumericType="Number" DataType="System.Decimal" DecimalDigits="1" AllowRounding="true" DataFormatString="{0:N1}"><ItemStyle HorizontalAlign="Right" /> </telerik:GridNumericColumn>
decimal
rccAggInto2UomMult = 0;
if
(((TextBox)row.Cells[27].Controls[1]).Text !=
""
)
rccAggInto2UomMult = Convert.ToDecimal(((TextBox)row.Cells[27].Controls[1]).Text);