RadAjaxPanel2.FocusControl(this.rcbCounty.ClientID);
I know with the Calendar control you must do:
RadAjaxPanel2.FocusControl(this.calLoanOrigDate.DateInput.ClientID + "_text");
I would appreciate any help I can get with this.
Mary.
RadChart.XAxis.Appearance..LabelAppearance.RotationAngle = 20
the labels on the XAxis dissapears from the chart. It works fine when you have
ChartClientScrollMode set to None
2) When setting ChartClientScrollMode to XOnly the YAxis labeling is
missplaced.
It gets positioned at the same height as before but know the scrollbar is
there and you can't see the lines (or whatever you have) that should be at
the bottom because they are behind the scrollbar
This is working when you are using ChartClientScrollMode.Both
RadChart.ClientSettings.ScrollMode = ChartClientScrollMode.XOnly
/Thanks in advance
Davy Wester

<%
@ Master Language="C#" AutoEventWireup="true" CodeBehind="Navigation1.Master.cs" Inherits="EAI_Dashboard.Navigation1" %>
<%
@ Register Assembly="RadMenu.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %>
<!--%@ register tagname="header" tagprefix="uch" src="header.ascx" originalAttribute="src" originalPath="header.ascx" originalAttribute="src" originalPath="header.ascx" %-->
<!--%@ register tagname="footer" tagprefix="ucf" src="footer.ascx" originalAttribute="src" originalPath="footer.ascx" originalAttribute="src" originalPath="footer.ascx" %-->
<!--%@ register tagname="navbar" tagprefix="ucn" src="navbar.ascx" originalAttribute="src" originalPath="navbar.ascx" originalAttribute="src" originalPath="navbar.ascx" %-->
<%
@ Register Assembly="RadTabStrip.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %>
<!
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>
<title><asp:contentplaceholder id="_titleContent2" runat="server">Main page</asp:contentplaceholder></title>
<link type="text/css" rel="stylesheet" />
</head>
<body leftmargin="10" rightmargin="10" topmargin="10" bottommargin="10">
<form id="Form2" runat="server">
<rad:RadMenu ID="RadMenu1" runat="server" OnItemClick="RadMenu1_ItemClick" Width="100%">
<Items>
<rad:RadMenuItem runat="server" NavigateUrl="~/Default.aspx" Text="Home">
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" NavigateUrl="~/EventDashboard.aspx" Text="Dashboard">
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" NavigateUrl="~/MapData.aspx" Text="Data Mapping">
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" NavigateUrl="~/ReportControl.aspx" Text="Report Control">
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" NavigateUrl="~/Admin.aspx" Text="Administration">
<Items>
<rad:RadMenuItem runat="server" NavigateUrl="~/AdminUserSecurity.aspx" Text="User Security">
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" NavigateUrl="~/AdminMapData.aspx" Text="Data Map Definition">
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" NavigateUrl="~/AdminGroupSubgroup.aspx" Text="Group/SubGroup">
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" NavigateUrl="~/AdminStatus.aspx" Text="Status Setup">
</rad:RadMenuItem>
</Items>
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" Text="Tools" Visible="False">
<Items>
<rad:RadMenuItem runat="server" Text="Export to Excel" >
</rad:RadMenuItem>
<rad:RadMenuItem runat="server" Text="Filter On/Off">
</rad:RadMenuItem>
</Items>
</rad:RadMenuItem>
</Items>
</rad:RadMenu>
<table border="0" height="75%" width="100%" cellpadding="1" cellspacing="0">
<tr>
<td valign="top" class="content">
<asp:contentplaceholder runat="server" id="_mainContent2" />
</td>
</tr>
</table>
</form>
</body>
</
html>