function
AddNewItem(){
...
var intextput = document.getElementById("TextBox1").value;
...
}
is not working. How can I get value of a textbox placed in a FormView control using javascript?
We caught this suspicious attempt through custom error page.
We got Telerik from a software company who initially developed the site, but they didn't keep their software updated
As you can see our Telerik version is 2013.1.403.35
Came across this article talking about gaining access to File Manager.
https://captmeelo.com/pentest/2018/08/03/pwning-with-telerik.html
In our case, it seems like it is trying to gain access to RadScriptManager1.
So we don't have a active maintenance plan, what should we do to prevent that?
Thank you
There were about 100 of them and then stopped.
https://www.yourdomain.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1%25' UNION ALL SELECT NULL,NULL,NULL,NULL%23&_TSM_CombinedScripts_=;;System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken={key};Telerik.Web.UI, Version=2013.1.403.35, Culture=neutral, PublicKeyToken={key}&AspxAutoDetectCookieSupport=1
https://www.yourdomain.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1)
UNION ALL SELECT
NULL,NULL,NULL,NULL,NULL,NULL,NULL%23&_TSM_CombinedScripts_=;;System.Web.Extensions,
Version=4.0.0.0, Culture=neutral,
PublicKeyToken={key};Telerik.Web.UI,
Version=2013.1.403.35, Culture=neutral,
PublicKeyToken={key}&AspxAutoDetectCookieSupport=1
I have the following code controls do not render under pageview2
What am I missing
<%@ Page Language="AVR" AutoEventWireup="false" CodeFile="SPM_MainProcessPV6.aspx.vr" Inherits="SPM_MainProcessPV6" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<telerik:RadSkinManager ID="RadSkinManager1" Runat="server">
</telerik:RadSkinManager>
<telerik:RadScriptManager ID="RadScriptManager1" Runat="server">
</telerik:RadScriptManager>
<telerik:RadMultiPage ID="RadMultiPage1" Runat="server" Width="894px" style="top: 1px; left: 0px; position: absolute; height: 766px">
<telerik:RadPageView ID="RadPageView1" runat="server" Height="230px" Width="311px" style="z-index: 114; height: 800px;">
<asp:Label ID="Label1"
Style="z-index: 100; left: 10px; position: absolute; top: 45px; height: 22px; width:100px;" runat="server"
Font-Size="Large" CssClass="MISLabel">Account# :</asp:Label>
<asp:TextBox ID="ioPatAcctNo"
Style="z-index: 101; left: 149px; position: absolute; top:45px" runat="server"
BackColor="#D2E9FF" Height="22px" Width="100px" Font-Size="Large"
ForeColor="Blue" CssClass="MISOutputField" Font-Bold="True" MaxLength="9"></asp:TextBox>
<asp:Label ID="Label2"
Style="z-index: 102; left: 250px; position: absolute; top: 45px; width: 100px;" runat="server"
Font-Size="Large" CssClass="MISLabel">Acct. Status :</asp:Label>
<asp:TextBox ID="ioPatAcctStatus"
Style="z-index: 103; left: 360px; position: absolute; top: 45px; width: 157px;"
runat="server" BackColor="#D2E9FF" Height="20" Font-Size="Large"
ForeColor="Blue" CssClass="MISOutputField" Font-Bold="True"></asp:TextBox>
<asp:Label ID="Label3"
Style="z-index: 104; left: 863px; position: absolute; top: 45px; width: 37px; right: 169px;" runat="server"
Font-Size="Large" CssClass="MISLabel">Bal :</asp:Label>
<asp:TextBox ID="ioPatAcctBal"
Style="z-index: 105; left: 900px; position: absolute; top: 45px; width: 111px;"
runat="server" BackColor="#D2E9FF" Height="20" ForeColor="Blue"
CssClass="MISOutputField" Font-Bold="True" Font-Size="Large"></asp:TextBox>
<asp:Label ID="Label4"
Style="z-index: 101; left: 11px; position: absolute; top: 71px; width: 82px; text-align: right;" runat="server"
Height="18px" Font-Size="Medium" CssClass="MISLabel">Name :</asp:Label>
<asp:TextBox ID="ioPatLName" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 107; left: 98px; position: absolute; top: 69px" Width="206"></asp:TextBox>
<asp:TextBox ID="ioPatFName" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 113; left: 311px; position: absolute; top: 69px" Width="125px"></asp:TextBox>
<asp:TextBox ID="ioPatMI" runat="server" BackColor="#D2E9FF" Font-Size="Medium"
ForeColor="Blue" Height="18px"
Style="z-index: 114; left: 442px; position: absolute; top: 69px" Width="26px"></asp:TextBox>
<asp:Label ID="Label5"
Style="z-index: 129; left: 489px; position: absolute; top: 69px; height: 18px;"
runat="server" Font-Size="Medium" CssClass="MISLabel">SSN :</asp:Label>
<asp:TextBox ID="ioPatSSN" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 133; left: 530px; position: absolute; top: 69px"
Width="111px" MaxLength="9"></asp:TextBox>
<asp:Label ID="Label6" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 100; left: 10px; position: absolute; top: 93px; text-align: right;"
Width="82px">DOB :</asp:Label>
<asp:TextBox ID="ioPatDOB" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 108; left: 98px; position: absolute; top: 93px" Width="84px"></asp:TextBox>
<asp:Label ID="Label7"
Style="z-index: 115; left: 217px; position: absolute; top: 92px; width: 37px;" runat="server"
Height="18px" Font-Size="Medium" CssClass="MISLabel">Age :</asp:Label>
<asp:TextBox ID="ioPatAge"
Style="z-index: 116; left: 261px; position: absolute; top: 93px" runat="server"
BackColor="#D2E9FF" Height="18px" Width="36px" Font-Size="Medium"
ForeColor="Blue" ToolTip="Patient Age"></asp:TextBox>
<asp:Label ID="Label8"
Style="z-index: 117; left: 308px; position: absolute; top: 93px; width: 82px; text-align: right;" runat="server"
Height="18px" Font-Size="Medium" CssClass="MISLabel">Gender :</asp:Label>
<asp:TextBox ID="ioPatGender" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 118; left: 395px; position: absolute; top: 93px" Width="26px"></asp:TextBox>
<asp:Label ID="Label9"
Style="z-index: 119; left: 491px; position: absolute; top: 93px" runat="server"
Height="18px" Font-Size="Medium" CssClass="MISLabel">M/S :</asp:Label>
<asp:TextBox ID="ioPatMaritalStat" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 120; left: 530px; position: absolute; top: 93px" Width="111px"></asp:TextBox>
<asp:Label ID="Label10" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 102; left: 10px; position: absolute; top: 117px; text-align: right;"
Width="82px">Address 1 :</asp:Label>
<asp:TextBox ID="ioPatAddr1" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 109; left: 98px; position: absolute; top: 117px" Width="200px"></asp:TextBox>
<asp:Label ID="Label11"
Style="z-index: 131; left: 308px; position: absolute; top: 117px; text-align: right;"
runat="server" Height="18px" Font-Size="Medium" Width="82px"
CssClass="MISLabel"> Phone No :</asp:Label>
<asp:TextBox ID="ioPatHomeAreaCd" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 134; left: 395px; position: absolute; top: 117px" Width="41px"></asp:TextBox>
<asp:TextBox ID="ioPatHomePhn" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 136; left: 442px; position: absolute; top: 117px" Width="74px"></asp:TextBox>
<asp:Label ID="Label12" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 103; left: 10px; position: absolute; top: 141px; text-align: right;"
Width="82px">Address 2 :</asp:Label>
<asp:TextBox ID="ioPatAddr2" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 110; left: 98px; position: absolute; top: 141px" Width="200px"></asp:TextBox>
<asp:Label ID="Label13"
Style="z-index: 121; left: 308px; position: absolute; top: 141px; text-align: right;"
runat="server" Height="18px" Font-Size="Medium" Width="82px"
CssClass="MISLabel">Cell No :</asp:Label>
<asp:TextBox ID="ioPatCellAreaCd" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 126; left: 395px; position: absolute; top: 141px" Width="41px"></asp:TextBox>
<asp:TextBox ID="ioPatCellPhn" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 130; left: 442px; position: absolute; top: 141px" Width="74px"></asp:TextBox>
<asp:Label ID="Label14" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 104; left: 10px; position: absolute; top: 165px; text-align: right;"
Width="82px">City :</asp:Label>
<asp:TextBox ID="ioPatCity" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 111; left: 98px; position: absolute; top: 165px" Width="200"></asp:TextBox>
<asp:Label ID="Label15"
Style="z-index: 132; left: 308px; position: absolute; top: 165px; text-align: right;"
runat="server" Height="18px" Font-Size="Medium" Width="82px"
CssClass="MISLabel">Fax No :</asp:Label>
<asp:TextBox ID="ioPatFaxAreaCd" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 135; left: 395px; position: absolute; top: 165px" Width="41px"></asp:TextBox>
<asp:TextBox ID="ioPatFaxPhn" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 137; left: 442px; position: absolute; top: 165px" Width="74px"></asp:TextBox>
<asp:Label ID="Labe25" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 123; left: 10px; position: absolute; top: 189px; text-align: right;"
Width="82px">State :</asp:Label>
<asp:TextBox ID="ioPatState" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 128; left: 98px; position: absolute; top: 189px" Width="200px"></asp:TextBox>
<asp:Label ID="Label26"
Style="z-index: 122; left: 308px; position: absolute; top: 189px; text-align: right;"
runat="server" Height="18px" Font-Size="Medium" Width="82px"
CssClass="MISLabel">Email :</asp:Label>
<asp:TextBox ID="ioPatEmail" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 127; left: 395px; position: absolute; top: 189px" Width="260px"></asp:TextBox>
<asp:Label ID="Label18" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 138; left: 10px; position: absolute; top: 213px; text-align: right;"
Width="82px">Zip :</asp:Label>
<asp:TextBox ID="ioPatZip" runat="server" BackColor="Transparent"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 142; left: 98px; position: absolute; top: 213px" Width="84px"></asp:TextBox>
<asp:Label ID="Label19"
Style="z-index: 124; left: 308px; position: absolute; top: 213px; text-align: right;"
runat="server" Height="18px" Font-Size="Medium" Width="82px"
CssClass="MISLabel">Race :</asp:Label>
<asp:DropDownList ID="cbPatRace"
Style="z-index: 139; left: 395px; position: absolute; top: 213px"
runat="server" Height="18px" Font-Size="Medium" Width="176px"
BackColor="#D2E9FF" ForeColor="Blue" Visible="False">
</asp:DropDownList>
<asp:TextBox ID="ioPatRace" runat="server" BackColor="Transparent"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 146; left: 395px; position: absolute; top: 213px" Width="175px"></asp:TextBox>
<asp:Label ID="Label20" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 105; left: 10px; position: absolute; top: 237px; text-align: right;"
Width="82px">Emp Stat :</asp:Label>
<asp:DropDownList ID="cbPatEmpStat" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 112; left: 98px; position: absolute; top: 237px"
Visible="False" Width="200px">
</asp:DropDownList>
<asp:TextBox ID="ioPatEmpStat" runat="server" BackColor="Transparent"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 145; left: 98px; position: absolute; top: 237px" Width="200px"></asp:TextBox>
<asp:Label ID="Label49"
Style="z-index: 106; left: 308px; position: absolute; top: 237px; text-align: right;"
runat="server" Height="18px" Font-Size="Medium" Width="82px"
CssClass="MISLabel">Religion :</asp:Label>
<asp:TextBox ID="ioPatReligion" runat="server" BackColor="Transparent"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 143; left: 395px; position: absolute; top: 237px" Width="175px"></asp:TextBox>
<asp:Label ID="Label144" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px"
Style="z-index: 140; left: 10px; position: absolute; top: 261px; text-align: right;"
Width="82px">Veteran :</asp:Label>
<asp:TextBox ID="ioPatVet" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 141; left: 98px; position: absolute; top: 261px" Width="26px"></asp:TextBox>
<asp:TextBox ID="ioPatDegree" runat="server" BackColor="Transparent"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 144; left: 395px; position: absolute; top: 261px" Width="176px"></asp:TextBox>
<asp:Label ID="Label168"
Style="z-index: 125; left: 308px; position: absolute; top: 261px; text-align: right;"
runat="server" Height="18px" Font-Size="Medium" Width="82px"
CssClass="MISLabel">Degree :</asp:Label>
<asp:Label ID="Label169" runat="server" Font-Size="Medium" Height="18px" Style="z-index: 147; left: 10px; position: absolute; top: 285px; text-align: right;"
Width="82px"
CssClass="MISLabel">Employer:</asp:Label>
<asp:Label ID="Label170" runat="server" Font-Size="Medium" Height="18px" Style="z-index: 148; left: 10px; position: absolute; top: 309px; text-align: right;"
Width="82px"
CssClass="MISLabel">Address 1 :</asp:Label>
<asp:Label ID="Label171" runat="server" Font-Size="Medium" Height="18px" Style="z-index: 149; left: 10px; position: absolute; top: 333px; text-align: right;"
Width="82px"
CssClass="MISLabel">Address 2 :</asp:Label>
<asp:Label ID="Label172" runat="server" Font-Size="Medium" Height="18px" Style="z-index: 150; left: 10px; position: absolute; top: 357px; text-align: right;"
Width="82px"
CssClass="MISLabel">City :</asp:Label>
<asp:Label ID="Label173" runat="server" Font-Size="Medium" Height="18px" Style="z-index: 151; left: 10px; position: absolute; top: 381px; text-align: right;"
Width="82px"
CssClass="MISLabel">State :</asp:Label>
<asp:TextBox ID="ioPatEmpName" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 152; left: 98px; position: absolute; top: 285px"
Width="200px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpAddr1" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 153; left: 98px; position: absolute; top: 309px"
Width="200px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpAddr2" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 154; left: 98px; position: absolute; top: 333px"
Width="200px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpCity" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 155; left: 98px; position: absolute; top: 357px"
Width="200px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpPhExt2" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 156; left: 561px; position: absolute; top: 357px"
Width="75px"></asp:TextBox>
<asp:Label ID="Label174"
runat="server" CssClass="MISLabel" Font-Size="Medium" Height="18px" Style="z-index: 157; left: 10px; position: absolute; top: 405px; text-align: right;"
Width="82px">Zip :</asp:Label>
<asp:Label ID="Label175" runat="server" Font-Size="Medium" Height="18px" Style="z-index: 158; left: 308px; position: absolute; top: 285px; text-align: right;"
Width="82px" CssClass="MISLabel">Dept :</asp:Label>
<asp:Label ID="Label176" runat="server"
Font-Size="Medium" Height="18px" Style="z-index: 159; left: 308px; position: absolute; top: 309px; text-align: right;"
Width="82px" CssClass="MISLabel">Contact :</asp:Label>
<asp:Label ID="Label177" runat="server"
Font-Size="Medium" Height="18px" Style="z-index: 160; left: 308px; position: absolute; top: 333px; text-align: right;"
Width="82px" CssClass="MISLabel">Phone 1 :</asp:Label>
<asp:Label ID="Label178" runat="server"
Font-Size="Medium" Height="18px" Style="z-index: 161; left: 308px; position: absolute; top: 357px; text-align: right;"
Width="82px" CssClass="MISLabel">Phone 2 :</asp:Label>
<asp:Label ID="Label179" runat="server"
Font-Size="Medium" Height="1px"
Style="z-index: 162; left: 308px; position: absolute; top: 405px; height: 18px; text-align: right;"
Width="82px" CssClass="MISLabel">Email :</asp:Label>
<asp:TextBox ID="ioPatEmpDept" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 163; left: 395px; position: absolute; top: 285px"
Width="256px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpEmail" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 164; left: 395px; position: absolute; top: 405px"
Width="260px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpZip" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 165; left: 98px; position: absolute; top: 405px"
Width="84px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpFax" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 166; left: 442px; position: absolute; top: 381px"
Width="74px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpAreaCd1" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 167; left: 395px; position: absolute; top: 333px"
Width="41px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpPhone2" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 168; left: 442px; position: absolute; top: 357px"
Width="74px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpPhone1" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 169; left: 442px; position: absolute; top: 333px"
Width="74px"></asp:TextBox>
<asp:Label ID="Label180" runat="server" Font-Size="Medium" Height="18px"
Style="z-index: 170; left: 529px; position: absolute; top: 333px; text-align: right; width: 27px;"
CssClass="MISLabel">Ext :</asp:Label>
<asp:Label ID="Label181"
runat="server" Font-Size="Medium" Height="18px" Style="z-index: 171; left: 529px; position: absolute; top: 357px; text-align: right;"
Width="27px" CssClass="MISLabel">Ext :</asp:Label>
<asp:TextBox ID="ioPatEmpAreaCd2" runat="server" BackColor="#D2E9FF" Font-Size="Medium"
ForeColor="Blue" Height="18px" Style="z-index: 172; left: 395px; position: absolute; top: 357px"
Width="41px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpPhExt1" runat="server" BackColor="#D2E9FF" Font-Size="Medium"
ForeColor="Blue" Height="18px" Style="z-index: 173; left: 561px; position: absolute; top: 333px"
Width="74px"></asp:TextBox>
<asp:Label ID="Label182" runat="server" CssClass="MISLabel" Font-Size="Medium"
Height="18px" Style="z-index: 174; left: 308px; position: absolute; top: 381px; text-align: right;"
Width="82px">Fax :</asp:Label>
<asp:TextBox ID="ioPatEmpFaxAreaCd" runat="server" BackColor="#D2E9FF" Font-Size="Medium"
Height="18px" Style="z-index: 175; left: 395px; position: absolute; top: 381px"
Width="41px" ForeColor="Blue"></asp:TextBox>
<asp:TextBox ID="ioPatEmpContact" runat="server" BackColor="#D2E9FF"
Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 176; left: 395px; position: absolute; top: 309px"
Width="256px"></asp:TextBox>
<asp:TextBox ID="ioPatEmpState" runat="server" BackColor="Transparent"
Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 177; left: 98px; position: absolute; top: 381px" Width="200px"></asp:TextBox>
<asp:DropDownList ID="cbPatState" runat="server" BackColor="#D2E9FF" Font-Size="Medium"
ForeColor="Blue" Height="18px" Style="z-index: 178; left: 98px; position: absolute; top: 141px"
Width="199px" Visible="False">
</asp:DropDownList>
<asp:DropDownList ID="cbPatEmpState" runat="server" BackColor="#D2E9FF" Font-Size="Medium"
ForeColor="Blue" Height="18px" Style="z-index: 179; left: 98px; position: absolute; top: 378px"
Width="199px" Visible="False">
</asp:DropDownList>
</telerik:RadPageView>
<telerik:RadPageView ID="RadPageView2" runat="server" Height="230px" Width="311px" style="z-index: 114; height: 800px;">
<asp:Label ID="Label21" runat="server"
Style="z-index: 100; left: 10px; position: absolute; top:1px; width: 86px; " CssClass="MISLabel">Account# :</asp:Label>
<asp:TextBox ID="ioAcctNo" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Bold="True" Font-Size="Large" ForeColor="Blue" Style="z-index: 101; left: 120px; position: absolute; top: 1px; width: 122px; height: 30px;" Height="24px"></asp:TextBox>
<asp:Label ID="Label22" runat="server" Font-Size="Large"
Style="z-index: 105; left: 290px; position: absolute; top:1px; height: 30px; width: 139px;" CssClass="MISLabel">Acct. Status :</asp:Label>
<asp:TextBox ID="ioAcctStatus" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField" Font-Bold="True" Font-Size="Large" ForeColor="Blue" Height="30"
Style="z-index: 103; left: 429px; position: absolute; top: 0px; width: 264px;"></asp:TextBox>
<asp:Label ID="Label23" runat="server" Font-Size="Large"
Style="z-index: 104; left: 782px; position: absolute; top: 1px; height: 30px; width: 31px;" CssClass="MISLabel">Bal :</asp:Label>
<asp:TextBox ID="ioAcctBal" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField" Font-Bold="True" Font-Size="Large" ForeColor="Blue"
Style="left: 830px; position: absolute; top: 1px; height: 30px; width: 132px;"></asp:TextBox>
<asp:Label ID="Label139" runat="server" Font-Size="Large"
Style="z-index: 130; left: 11px; position: absolute; top: 37px; height: 24px; width: 86px;" CssClass="MISLabel">Patient :</asp:Label>
<asp:TextBox ID="ioPatName" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField" Font-Size="Large" ForeColor="Blue"
Style="z-index: 129; left: 120px; position: absolute; top: 37px; width: 411px; height: 24px;"></asp:TextBox>
<asp:Label ID="Label140" runat="server" Font-Size="Large"
Style="z-index: 131; left: 696px; position: absolute; top: 38px; height: 30px; width: 86px;" CssClass="MISLabel">DOB :</asp:Label>
<asp:TextBox ID="ioDOB" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 132; left: 752px; position: absolute; top: 40px"
Width="84px"></asp:TextBox>
<asp:Label ID="Label141" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 133; left: 868px; position: absolute; top: 43px">Age :</asp:Label>
<asp:Label ID="Label25" runat="server" CssClass="MISLabel"
Style="z-index: 107; left: 44px; position: absolute; top: 122px; width: 92px; text-align: Left;">DOS :</asp:Label>
<asp:Label ID="Label17" runat="server" CssClass="MISLabel"
Style="z-index: 108; left: 44px; position: absolute; top: 170px; width: 92px; text-align: Left;">Last Stmt Dte :</asp:Label>
<asp:Label ID="Label27" runat="server" CssClass="MISLabel"
Style="z-index: 109; left: 44px; position: absolute; top: 194px; width: 92px; text-align: Left;">Last Pmt Dte :</asp:Label>
<asp:Label ID="Label28" runat="server" CssClass="MISLabel"
Style="z-index: 110; left: 44px; position: absolute; top: 218px; text-align: Left;"
Width="92px">Last Pmt Amt :</asp:Label>
<asp:Label ID="Label29" runat="server" CssClass="MISLabel"
Style="z-index: 111; left: 44px; position: absolute; top: 242px; text-align: Left; width: 92px;">Co-pay Amt :</asp:Label>
<asp:Label ID="Label30" runat="server" CssClass="MISLabel"
Style="z-index: 112; left: 44px; position: absolute; top: 146px; text-align: Left;"
Width="92px">Location :</asp:Label>
<asp:TextBox ID="ioLastStmtDate" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 114; left: 144px; position: absolute; top: 167px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioEncDate" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue"
Style="z-index: 115; left: 144px; position: absolute; top: 119px; width: 130px; height: 18px;"
Width="125px"></asp:TextBox>
<asp:TextBox ID="ioLastPmtDate" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 116; left: 144px; position: absolute; top: 191px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioLastPmtAmt" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 117; left: 144px; position: absolute; top: 215px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioCoPayAmt" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 118; left: 144px; position: absolute; top: 239px"
Width="130px"></asp:TextBox>
<asp:Label
ID="Label31" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 119; left: 286px; position: absolute; top: 98px; width: 82px; text-align: Left;">DOS Bal :</asp:Label>
<asp:Label ID="Label32" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 120; left: 286px; position: absolute; top: 122px; text-align: Left;"
Width="82px">Charge :</asp:Label>
<asp:Label ID="Label33" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 121; left: 286px; position: absolute; top: 146px; text-align: Left;"
Width="82px">Payment :</asp:Label>
<asp:Label ID="Label34" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 122; left: 286px; position: absolute; top: 170px; text-align: Left; width: 82px;">Adjustment :</asp:Label>
<asp:Label ID="Label129" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 123; left: 286px; position: absolute; top: 194px; text-align: Left;"
Width="82px">Refund :</asp:Label>
<asp:Label ID="Label130" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 124; left: 286px; position: absolute; top: 218px; text-align: Left;"
Width="82px">UnApply :</asp:Label>
<asp:TextBox ID="ioTotDosPmt" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 125; left: 366px; position: absolute; top: 143px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioTotDosAdj" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 126; left: 366px; position: absolute; top: 167px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioTotDOSRfn" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 127; left: 366px; position: absolute; top: 191px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioTotDOSUAp" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 128; left: 366px; position: absolute; top: 215px"
Width="130px"></asp:TextBox>
<asp:Label ID="Label142" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 136; left: 967px; position: absolute; top: 44px">Sex :</asp:Label>
<asp:TextBox ID="ioPatSex" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 136; left: 1007px; position: absolute; top: 36px"
Width="16px"></asp:TextBox>
<asp:TextBox ID="ioLoc" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 137; left: 144px; position: absolute; top: 143px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioDosBalPatAmt1" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 139; left: 144px; position: absolute; top: 263px" Width="130px"></asp:TextBox>
<asp:Label ID="Label136" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 140; left: 44px; position: absolute; top: 266px; text-align: Left;"
Width="92px">Pat Amt Due :</asp:Label>
<asp:Label ID="Label137" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 141; left: 286px; position: absolute; top: 266px; text-align: Left;"
Width="82px"> Ins Amt :</asp:Label>
<asp:TextBox ID="ioTotDOSDBA" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 142; left: 366px; position: absolute; top: 239px"
Width="130px"></asp:TextBox>
<asp:TextBox ID="IOEncDateWrk" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 143; left: 339px; position: absolute; top: 294px"
Visible="False" Width="130px"></asp:TextBox>
<asp:Label ID="Label167" runat="server" CssClass="MISDOSDetailLabel"
Style="z-index: 144; left: 286px; position: absolute; top: 242px; text-align: Left;"
Width="82px">Debit Adj :</asp:Label>
<asp:TextBox ID="ioTotDOSBal" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 145; left: 366px; position: absolute; top: 95px; text-align: Left;"
Width="130px"></asp:TextBox>
<asp:TextBox ID="ioDosBalInsAmt1" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 148; left: 366px; position: absolute; top: 263px" Width="130px"></asp:TextBox>
<asp:TextBox ID="ioTotDOSChg" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px"
Style="z-index: 149; left: 366px; position: absolute; top: 119px" Width="130px"></asp:TextBox>
<asp:Button ID="btnDOSDetails" runat="server" BackColor="#6699CC"
ForeColor="White" Font-Size="Medium"
Style="z-index: 148; left: 0px; position: absolute; top: 320px; height: 24px;"
Text="DOS Details" Visible="False" Width="114px" />
<asp:Button ID="Button2" runat="server" BackColor="#6699CC" ForeColor="White" Font-Size="Medium"
Height="24px" Style="z-index: 147; left: 137px; position: absolute; top: 320px"
Text="DOS Notes" Visible="False" Width="114px" />
<asp:Button ID="Button1" runat="server" BackColor="#6699CC" ForeColor="White" Font-Size="Medium"
Height="24px" Style="z-index: 146; left: 274px; position: absolute; top: 320px"
Text="View History" Visible="False" Width="114px" />
<telerik:RadTabStrip ID="RadTabStrip2" runat="server" BackColor="#ABC4E3"
Height="1px" MultiPageID="RadMultiPage2" Skin="Web20"
Style="left: 576px; position: absolute; top: 71px; width: 220px;" SelectedIndex="1">
<Tabs>
<telerik:RadTab runat="server" TabIndex="19" PageViewID="Pageview8"
Text="Pri Ins">
</telerik:RadTab>
<telerik:RadTab runat="server" TabIndex="20" PageViewID="Pageview9"
Text="Sec Ins" Selected="True">
</telerik:RadTab>
<telerik:RadTab runat="server" TabIndex="21" PageViewID="Pageview10"
Text="Ter Ins">
</telerik:RadTab>
</Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPage2" runat="server"
Style="z-index: 138; left: 514px; position: absolute; top: 106px; height: 250px; width: 261px;" SelectedIndex="1">
<telerik:RadPageView ID="Pageview8" runat="server" BackColor="#D2E9FF"
Style="height: 250px; ">
<div id="DivPagView8" style="width: 261px; top: 1px; height: 250px; ">
<asp:TextBox
ID="ioPriInsName" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="position: absolute; z-index: 124; left: 68px; top: 0px; width: 202px;"></asp:TextBox>
<asp:TextBox ID="ioPriInsAddr1" runat="server"
BackColor="#D2E9FF" CssClass="MISOutputField" Font-Size="Medium"
Style="z-index: 101; left: 68px; position: absolute; top: 24px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioPriInsAddr2" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 102; left: 68px; position: absolute; top: 48px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioPriInsCitySt" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium"
Style="z-index: 103; left: 68px; position: absolute; top: 72px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioPriSubName" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 104; left: 68px; position: absolute; top: 96px" Width="202px"></asp:TextBox>
<asp:Label
ID="Label131" runat="server" CssClass="MISLabel" Style="z-index: 105; left: 14px; position: absolute; top: 0px; text-align: Left;"
Width="39px">Name :</asp:Label>
<asp:Label
ID="Label132" runat="server" CssClass="MISLabel" Style="z-index: 106; left: 14px; position: absolute; top: 24px; text-align: Left;"
Width="47px">Addr 1:</asp:Label>
<asp:Label
ID="Label133" runat="server" CssClass="MISLabel" Style="z-index: 107; left: 14px; position: absolute; top: 48px; text-align: Left;"
Width="47px">Addr 2:</asp:Label>
<asp:Label
ID="Label134" runat="server" CssClass="MISLabel" Style="z-index: 108; left: 14px; position: absolute; top: 72px; text-align: Left;"
Width="46px">City/St:</asp:Label>
<asp:Label
ID="Label135" runat="server" CssClass="MISLabel" Style="z-index: 109; left: 14px; position: absolute; top: 96px; text-align: Left;"
Width="23px">Sub:</asp:Label>
<asp:TextBox
ID="ioPriPolNum" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 110; left: 68px; position: absolute; top: 120px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioPriPlanNum" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 111; left: 68px; position: absolute; top: 144px; width: 202px;"></asp:TextBox>
<asp:TextBox
ID="ioPriGrpNum" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 112; left: 68px; position: absolute; top: 168px" Width="202px"></asp:TextBox>
<asp:Label
ID="Label164" runat="server" CssClass="MISLabel" Style="z-index: 113; left: 14px; position: absolute; top: 120px; text-align: left; width: 60px">Policy#:
</asp:Label>
<asp:Label
ID="Label165" runat="server" CssClass="MISLabel" Style="z-index: 114; left: 14px; position: absolute; top: 144px; text-align: left; width: 37px;">Plan#:</asp:Label>
<asp:Label
ID="Label166" runat="server" CssClass="MISLabel" Style="z-index: 116; left: 14px; position: absolute; top: 168px; text-align: left; width: 44px">Group#:
</asp:Label>
</Div>
</telerik:RadPageView>
<telerik:RadPageView
ID="Pageview9" runat="server" BackColor="#D2E9FF"
Style="height: 250px; ">
<asp:TextBox
ID="ioSecInsName" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="position: absolute; z-index: 100; left: 68px; top: 0px; width: 202px;"></asp:TextBox>
<asp:TextBox ID="ioSecInsAddr1" runat="server"
BackColor="#D2E9FF" CssClass="MISOutputField" Font-Size="Medium"
Style="z-index: 101; left: 68px; position: absolute; top: 24px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioSecInsAddr2" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 102; left: 68px; position: absolute; top: 48px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioSecInsCitySt" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium"
Style="z-index: 103; left: 68px; position: absolute; top: 72px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioSecSubName" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 104; left: 68px; position: absolute; top: 96px" Width="202px"></asp:TextBox>
<asp:Label
ID="Label143" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 105; left: 14px; position: absolute; top: 0px; text-align: Left;"
Width="39px">Name:</asp:Label>
<asp:Label
ID="Label146" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 106; left: 14px; position: absolute; top: 24px; text-align: Left;"
Width="47px">Addr 1:</asp:Label>
<asp:Label
ID="Label147" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 107; left: 14px; position: absolute; top: 48px; text-align: Left;"
Width="47px">Addr 2:</asp:Label>
<asp:Label
ID="Label148" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 108; left: 14px; position: absolute; top: 72px; text-align: Left;"
Width="46px">City/St:</asp:Label>
<asp:Label
ID="Label149" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 109; left: 14px; position: absolute; top: 96px; text-align: Left;"
Width="23px">Sub:</asp:Label>
<asp:TextBox
ID="ioSecPolNum" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 110; left: 68px; position: absolute; top: 120px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioSecPlanNum" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 111; left: 68px; position: absolute; top: 144px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioSecGrpNum" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 112; left: 68px; position: absolute; top: 168px" Width="202px"></asp:TextBox>
<asp:Label
ID="Label138" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 113; left: 14px; position: absolute; top: 120px; text-align: left; width: 60px">Policy#:</asp:Label>
<asp:Label
ID="Label150" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 114; left: 14px; position: absolute; top: 144px"
Width="37px">Plan#:</asp:Label>
<
<asp:Label
ID="Label151" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 116; left: 14px; position: absolute; top: 168px; width: 44px">Group#:</asp:Label>
</telerik:RadPageView>
<telerik:RadPageView
ID="Pageview10" runat="server" BackColor="#D2E9FF"
Style="height: 250px; ">
<asp:TextBox ID="ioTerInsName" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="position: absolute; z-index: 100; left: 68px; top: 0px;" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioTerInsAddr1" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 101; left: 68px; position: absolute; top: 24px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioTerInsAddr2" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 102; left: 68px; position: absolute; top: 48px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioTerInsCitySt" runat="server" BackColor="#D2E9FF"
CssClass="MISOutputField" Font-Size="Medium"
Style="z-index: 103; left: 68px; position: absolute; top: 72px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioTerSubName" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 104; left: 68px; position: absolute; top: 96px" Width="202px"></asp:TextBox>
<asp:Label
ID="Label152" runat="server" CssClass="MISDOSDetailLabel" Font-Size="Medium"
ForeColor="Black" Style="z-index: 105; left: 14px; position: absolute; top: 0px; text-align: Left;"
Width="39px">Name:</asp:Label>
<asp:Label
ID="Label153" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 106; left: 14px; position: absolute; top: 24px; text-align: Left;"
Width="47px">Addr 1:</asp:Label>
<asp:Label
ID="Label154" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 107; left: 14px; position: absolute; top: 48px; text-align: Left;"
Width="47px">Addr 2:</asp:Label>
<asp:Label
ID="Label155" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 108; left: 14px; position: absolute; top: 72px; text-align: Left;"
Width="46px">City/St:</asp:Label>
<asp:Label
ID="Label156" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 109; left: 14px; position: absolute; top: 96px; text-align: Left;"
Width="23px">Sub:</asp:Label>
<asp:TextBox
ID="ioTerPolNum" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 110; left: 68px; position: absolute; top: 120px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioTerPlanNUm" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 111; left: 68px; position: absolute; top: 144px" Width="202px"></asp:TextBox>
<asp:TextBox
ID="ioGrpNum3" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField"
Font-Size="Medium"
Style="z-index: 112; left: 68px; position: absolute; top: 168px" Width="202px"></asp:TextBox>
<asp:Label
ID="Label157" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 113; left: 14px; position: absolute; top: 120px; text-align: left; width: 60px">Policy#:</asp:Label>
<asp:Label
ID="Label158" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 114; left: 14px; position: absolute; top: 144px"
Width="37px">Plan#:</asp:Label>
<asp:Label
ID="Label163" runat="server" CssClass="MISDOSDetailLabel" Style="z-index: 116; left: 14px; position: absolute; top: 168px; width: 44px">Group#:</asp:Label>
</telerik:RadPageView>
</telerik:RadMultiPage>
<telerik:RadTabStrip ID="RadTabStrip3" runat="server" BackColor="#ABC4E3"
Height="1px" MultiPageID="RadMultiPage3" Skin="Web20"
Style="left: 1px; position: absolute; top:345px; width: 175px;" SelectedIndex="1">
<Tabs>
<telerik:RadTab runat="server" TabIndex="17" Text="DOS" PageViewID="Pageview13">
</telerik:RadTab>
<telerik:RadTab runat="server" TabIndex="18" Text="Transactions" PageViewID="Pageview12" Selected="True">
</telerik:RadTab>
</Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPage3" runat="server" BackColor="#D2E9FF"
Style="z-index: 150" SelectedIndex="0">
<telerik:RadPageView ID="Pageview12" runat="server" BackColor="#D2E9FF"
Style="height: 150px; ">
<telerik:RadGrid ID="RadGridTrans" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" ForeColor="White" Height="200px" PageSize="20"
Style="left: -174px; Position: absolute; top:111px; margin-right: 0px;" Caption="PageTitle:Transactions"
width="1000px" ShowFooter="True" EnableEmbeddedSkins="False" BackColor="#6699CC">
<MasterTableView GridLines="Both" HierarchyLoadMode="ServerBind"
Caption= "Transactions"
HorizontalAlign="Center">
<Columns>
<telerik:GridTemplateColumn UniqueName="TemplateColumn">
<ItemTemplate>
<asp:LinkButton ID="LinkButton1" runat="server" ForeColor="Blue" Text="Details"></asp:LinkButton>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridBoundColumn DataField="TRCODE" HeaderText="Trans Code" UniqueName="TRCODE">
<ItemStyle Wrap="False" />
<HeaderStyle Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="TRGROUP" HeaderText="Group Num" UniqueName="TRGROUP">
<HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="False" />
<ItemStyle Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="TRACCT" HeaderText="Account No" UniqueName="TRACCT">
<HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="False" />
<ItemStyle Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="TRADTE" HeaderText="Trans Date" UniqueName="TRADTE">
<HeaderStyle Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="TRLINE" HeaderText="Trans Line" UniqueName="TRLINE" Visible="True">
<HeaderStyle Font-Bold="False" Font-Italic="False"
Font-Overline="False" Font-Strikeout="False" Font-Underline="False" Wrap="False" />
<ItemStyle Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="TRAMT" HeaderText="Trans Amt" UniqueName="TRAMT" Visible="True">
<HeaderStyle Wrap="False" />
<ItemStyle Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="TRDETAIL" UniqueName="TRDETAIL">
<HeaderStyle Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="TRRVIN" Display="False" HeaderText="Trans Reversed" UniqueName="TRRVIN" Visible="True">
<HeaderStyle Font-Bold="False" Font-Italic="False"
Font-Overline="False" Font-Strikeout="False" Font-Underline="False" Wrap="False" />
<ItemStyle Wrap="False" />
</telerik:GridBoundColumn>
</Columns>
<ExpandCollapseColumn Visible="True">
<HeaderStyle Width="20px" />
</ExpandCollapseColumn>
<RowIndicatorColumn Visible="False">
<HeaderStyle Width="20px" />
</RowIndicatorColumn>
<PagerStyle AlwaysVisible="True" />
<HeaderStyle BackColor="#6699CC" Height="22px" HorizontalAlign="Center"
VerticalAlign="Middle" />
<AlternatingItemStyle BackColor="#ABC4E3" ForeColor="Blue"
Height="20px" HorizontalAlign="Center" VerticalAlign="Middle" />
<ItemStyle BackColor="#ABC4E3" ForeColor="Blue" Height="20px"
HorizontalAlign="Center" VerticalAlign="Middle" />
</MasterTableView><ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True">
<Selecting AllowRowSelect="True" />
<ClientEvents OnGridCreated="GridCreated" />
</ClientSettings>
<AlternatingItemStyle BackColor="#ABC4E3" ForeColor="Blue" />
<ItemStyle BackColor="#ABC4E3" ForeColor="Blue" />
<EditItemStyle BackColor="#ABC4E3" ForeColor="Blue" />
<ActiveItemStyle BackColor="#ABC4E3" />
<SelectedItemStyle BackColor="#D2E9FF" />
<HeaderStyle BackColor="#FFFFCC" Font-Bold="False" Font-Italic="False"
Font-Overline="False" Font-Size="Medium" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle"
Wrap="False" />
<GroupHeaderItemStyle BackColor="#FFFFCC" Font-Bold="False"
Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle"
Wrap="False" />
</telerik:RadGrid>
<telerik:RadWindowManager ID="Singleton" runat="server" Behavior="Maximize"
InitialBehavior="Maximize" Left=""
NavigateUrl="SPM_ChargeDetails.aspx" OnClientClose="OnClientClose"
OnClientShow="OnClientShow" SkinsPath="~/RadControls/Window/Skins"
Style="z-index: 1; left: -21px; top: 128px; position: absolute; height: 19px; width: 77px"
Top="">
<Windows>
<telerik:RadWindow ID="DialogWindow" runat="server" Behavior="Maximize"
InitialBehavior="Maximize" Modal="True" NavigateUrl="SPM_ChargeDetails.aspx"
OffsetElementID="InfoArea" SkinsPath="~/RadControls/Window/Skins"
Caption="Title:User List Dialog" Top="" Width="760" />
</Windows>
</telerik:RadWindowManager>
</telerik:RadPageView>
<telerik:RadPageView ID="PageView13" runat="server" BackColor="#D2E9FF"
Style="height: 150px; position: absolute; top: 27px; left: 2px;">
<telerik:RadGrid ID="RadGridDOS" runat="server" AllowPaging="True"
ItemStyle-CssClass="customPointer" AutoGenerateColumns="False"
BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" ForeColor="White" Height="200px" PageSize=" 10"
Style="left: -174px; position: absolute; top: 21px; margin-right: 0px;" Caption="PageTitle:Dates of Service"
Width="781px" ShowFooter="True" EnableEmbeddedSkins="False" Skin="Web20" BackColor="#6699CC">
<MasterTableView GridLines="Both"
HierarchyLoadMode="ServerBind" HorizontalAlign="Center" Caption="Dates of Service">
<Columns>
<telerik:GridBoundColumn
DataField="DHACCT" HeaderText="Account No" UniqueName="DHACCT" Visible="False">
<ItemStyle
CssClass="customPointer" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="False" />
<HeaderStyle
Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center"
VerticalAlign="Middle" Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHDOSFMT" ItemStyle-CssClass="UseHand" HeaderText="DOS"
UniqueName="DHDOSFMT">
<HeaderStyle
BackColor="#6699CC" Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="True" />
<ItemStyle CssClass="UseHand" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGROUP" HeaderText="Group" UniqueName="DHGROUP" Visible="False">
<HeaderStyle
BackColor="#6699CC" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center"
VerticalAlign="Middle" Wrap="False" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPSSN" HeaderText="Pat SSN" UniqueName="DHPSSN" Visible="False">
<HeaderStyle
BackColor="#6699CC" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="True" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRSSN" HeaderText="Rsp SSN" UniqueName="DHRSSN">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRSPRELAT" HeaderText="Rsp Relate" UniqueName="DHRSPRELAT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGSSN" HeaderText="Gar SSN" UniqueName="DHGSSN" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGARRELAT" HeaderText="Gar Relate" UniqueName="DHGARRELAT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1SN" HeaderText="Ins1 SSN" UniqueName="DHI1SN" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1SEQ" HeaderText="Ins1 Seq" UniqueName="DHI1SEQ" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHINSCODE1" HeaderText="Ins1 Code" UniqueName="DHINSCODE1">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1RELAT" HeaderText="Ins1 Relate" UniqueName="DHI1RELAT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1POLNO" HeaderText="Ins1 Pol No" UniqueName="DHI1POLNO"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1GRPNO" HeaderText="Ins1 Grp No" UniqueName="DHI1GRPNO"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1PLAN" HeaderText="Ins1 Plan" UniqueName="DHI1PLAN"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2SN" HeaderText="Ins2 SSN" UniqueName="DHI2SN" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2SEQ" HeaderText="Ins2 Seq" UniqueName="DHI2SEQ" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHINSCODE2" HeaderText="Ins2 Code" UniqueName="DHINSCODE2">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2RELAT" HeaderText="Ins2 Relate" UniqueName="DHI2RELAT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2POLNO" HeaderText="Ins2 Pol No" UniqueName="DHI2POLNO"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2GRPNO" HeaderText="Ins2 Grp No" UniqueName="DHI2GRPNO"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2PLAN" HeaderText="Ins2 Plan" UniqueName="DHI2PLAN"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2REASN" HeaderText="Ins2 Reason" UniqueName="DHI2REASN"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3SN" HeaderText="Ins3 SSN" UniqueName="DHI3SN" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3SEQ" HeaderText="Ins3 Seq" UniqueName="DHI3SEQ" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHINSCODE3" HeaderText="Ins3 Code" UniqueName="DHINSCODE3">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3RELAT" HeaderText="Ins3 Relate" UniqueName="DHI3RELAT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3POLNO" HeaderText="Ins3 Pol No" UniqueName="DHI3POLNO"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3GRPNO" HeaderText="Ins3 Grp No" UniqueName="DHI3GRPNO"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3PLAN" HeaderText="Ins3 Plan" UniqueName="DHI3PLAN"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHBAL" HeaderText="Balance" UniqueName="DHBAL">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHSTAT" HeaderText="Ins Status" UniqueName="DHSTAT" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHSTATUS" HeaderText="DOS Status" UniqueName="DHSTATUS"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHSTATDSC" HeaderText="DOS Status Desc" UniqueName="DHSTATDSC">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHSTATDTE" HeaderText="Status Date" UniqueName="DHSTATDTE"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHADTE" HeaderText="Admin Date" UniqueName="DHADTE" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHDDTE" HeaderText="Discharge Date" UniqueName="DHDDTE"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHCHG" HeaderText="Charges" UniqueName="DHCHG">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPAID" HeaderText="Trans Paid" UniqueName="DHPAID" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHADJ" HeaderText="Trans Adj" UniqueName="DHADJ" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRFN" HeaderText="Trans Refunds" UniqueName="DHRFN" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHDBA" HeaderText="Trans DBA" UniqueName="DHDBA" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHITYP" HeaderText="Injury Type" UniqueName="DHITYP" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHIDTE" HeaderText="Injury Date" UniqueName="DHIDTE" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHITIM" HeaderText="Injury Time" UniqueName="DHITIM" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHIST" HeaderText="Auto Acd St" UniqueName="DHIST" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHCSDT" HeaderText="Cur Sym Date" UniqueName="DHCSDT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHSSDT" HeaderText="Sim Sym Date" UniqueName="DHSSDT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHDFDT" HeaderText="Dis Frm Date" UniqueName="DHDFDT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHDTDT" HeaderText="Dis To Date" UniqueName="DHDTDT" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHHFDT" HeaderText="Hos Frm Date" UniqueName="DHHFDT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHHTDT" HeaderText="Hos To Date" UniqueName="DHHTDT" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRPHY" HeaderText="Ref Phy" UniqueName="DHRPHY" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPPHY" HeaderText="Per Phy" UniqueName="DHPPHY" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHLAB" HeaderText="Lab Ind" UniqueName="DHLAB" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHLCHG" HeaderText="Lab Chg" UniqueName="DHLCHG" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPATH" HeaderText="Prior Auth No" UniqueName="DHPATH"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHMSUB" HeaderText="Medicaid Resub Code" UniqueName="DHMSUB"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHMORG" HeaderText="Org Ref Num" UniqueName="DHMORG" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHFAC" HeaderText="Location" UniqueName="DHFAC" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPOS" HeaderText="Place of Serv" UniqueName="DHPOS" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHUNAPPLY" HeaderText="Unapply Ind" UniqueName="DHUNAPPLY"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHUNAPAMT" HeaderText="Unapply Amt" UniqueName="DHUNAPAMT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHSTMSEQ" HeaderText="Next Stm Seq" UniqueName="DHSTMSEQ"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHSTMDTE" HeaderText="Date Stmt Sent" UniqueName="DHSTMDTE"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHNOSTM" HeaderText="No Stmt Ind" UniqueName="DHNOSTM"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHHLDSTM" HeaderText="Hold Stmt Ind" UniqueName="DHHLDSTM"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHLPMTDTE" HeaderText="Last Pmt Date" UniqueName="DHLPMTDTE"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHLPMTAMT" HeaderText="Last Pmt Amt" UniqueName="DHLPMTAMT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHLPMTSRC" HeaderText="Last Pmt Src" UniqueName="DHLPMTSRC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHCOLLDTE" HeaderText="Collection Date" UniqueName="DHCOLLDTE"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHCOLLDTEF" HeaderText="Collection Date" UniqueName="DHCOLLDTEF">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHXOVER" HeaderText="Ins Crossed Over" UniqueName="DHXOVER"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHCLIAIND" HeaderText="CLIA Num Req" UniqueName="DHCLIAIND"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHHOSPDL" HeaderText="Hosp Download" UniqueName="DHHOSPDL"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHWSID" HeaderText="Wrk Stn ID" UniqueName="DHWSID" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHUSER" HeaderText="User" UniqueName="DHUSER" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHDTE" HeaderText="Date" UniqueName="DHDTE" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHTIME" HeaderText="Time" UniqueName="DHTIME" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGPNAME" HeaderText="Group Name" UniqueName="DHGPNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPLNAME" HeaderText="Pat Last Name" UniqueName="DHPLNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPFNAME" HeaderText="Pat First Name" UniqueName="DHPFNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPFMINIT" HeaderText="Pat M Init" UniqueName="DHPFMINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRLNAME" HeaderText="Rsp Last Name" UniqueName="DHRLNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRFNAME" HeaderText="Rsp First Name" UniqueName="DHRFNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRFMINIT" HeaderText="Rsp M Init" UniqueName="DHRFMINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRRELDSC" HeaderText="Rsp Rel Desc" UniqueName="DHRRELDSC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGLNAME" HeaderText="Gar Last Name" UniqueName="DHGLNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGFNAME" HeaderText="Gar First Name" UniqueName="DHGFNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGFMINIT" HeaderText="Gar M Init" UniqueName="DHGFMINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHGRELDSC" HeaderText="Gar Rel Desc" UniqueName="DHGRELDSC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1DESC" HeaderText="Ins1 Name" UniqueName="DHI1DESC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1ADR1" HeaderText="Ins1 Addr1" UniqueName="DHI1ADR1"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1ADR2" HeaderText="Ins1 Addr2" UniqueName="DHI1ADR2"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1CITY" HeaderText="Ins1 City" UniqueName="DHI1CITY"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1ST" HeaderText="Ins1 State" UniqueName="DHI1ST" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1ZIP" HeaderText="Ins1 Zip" UniqueName="DHI1ZIP" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1LNAME" HeaderText="Ins1 Last Name" UniqueName="DHI1LNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1FNAME" HeaderText="Ins1 First Name" UniqueName="DHI1FNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1MINIT" HeaderText="Ins1 M Init" UniqueName="DHI1MINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI1RELDSC" HeaderText="Ins1 Rel desc" UniqueName="DHI1RELDSC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2DESC" HeaderText="Ins2 Name" UniqueName="DHI2DESC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2ADR1" HeaderText="Ins2 Addr1" UniqueName="DHI2ADR1"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2ADR2" HeaderText="Ins2 Addr2" UniqueName="DHI2ADR2"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2CITY" HeaderText="Ins2 City" UniqueName="DHI2CITY"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2ST" HeaderText="Ins2 State" UniqueName="DHI2ST" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2ZIP" HeaderText="Ins2 Zip" UniqueName="DHI2ZIP" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2LNAME" HeaderText="Ins2 Last Name" UniqueName="DHI2LNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2FNAME" HeaderText="Ins2 First Name" UniqueName="DHI2FNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2MINIT" HeaderText="Ins2 M Init" UniqueName="DHI2MINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI2RELDSC" HeaderText="Ins2 Rel desc" UniqueName="DHI2RELDSC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3DESC" HeaderText="Ins3 Name" UniqueName="DHI3DESC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3ADR1" HeaderText="Ins3 Addr1" UniqueName="DHI3ADR1"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3ADR2" HeaderText="Ins3 Addr2" UniqueName="DHI3ADR2"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3CITY" HeaderText="Ins3 City" UniqueName="DHI3CITY"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3ST" HeaderText="Ins3 State" UniqueName="DHI3ST" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3ZIP" HeaderText="Ins3 Zip" UniqueName="DHI3ZIP" Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3LNAME" HeaderText="Ins3 Last Name" UniqueName="DHI3LNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3FNAME" HeaderText="Ins3 First Name" UniqueName="DHI3FNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3MINIT" HeaderText="Ins3 M Init" UniqueName="DHI3MINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHI3RELDSC" HeaderText="Ins3 Rel desc" UniqueName="DHI3RELDSC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHFACDESC" HeaderText="Fac Desc" UniqueName="DHFACDESC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPOSDESC" HeaderText="POS Desc" UniqueName="DHPOSDESC"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPPLNAME" HeaderText="Per Prov Last Name" UniqueName="DHPPLNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPPFNAME" HeaderText="Per Prov First Name" UniqueName="DHPPFNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHPPMINIT" HeaderText="Per Prov M Init" UniqueName="DHPPMINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRPLNAME" HeaderText="Ref Prov Last Name" UniqueName="DHRPLNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRPFNAME" HeaderText="Ref Prov First Name" UniqueName="DHRPFNAME"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHRPMINIT" HeaderText="Ref Prov M Init" UniqueName="DHRPMINIT"
Visible="False">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn
DataField="DHDOS" Display="False" HeaderText="DOS" UniqueName="DHDOS">
<HeaderStyle
BackColor="#6699CC" Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="True" />
</telerik:GridBoundColumn>
</Columns>
<ExpandCollapseColumn
Visible="False">
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
<RowIndicatorColumn
Visible="False">
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<PagerStyle AlwaysVisible="True" />
<HeaderStyle
BackColor="#6699CC" Height="20px" HorizontalAlign="Center"
VerticalAlign="Middle" />
<AlternatingItemStyle BackColor="#6699CC"
ForeColor="Blue" Height="20px"
HorizontalAlign="Center" VerticalAlign="Middle" />
<EditFormSettings>
<EditColumn CancelImageUrl="Cancel.gif" InsertImageUrl="Update.gif" UpdateImageUrl="Update.gif">
</EditColumn>
</EditFormSettings>
<ItemStyle BackColor="#ABC4E3" ForeColor="Blue"
Height="20px" HorizontalAlign="Center" VerticalAlign="Middle" />
<SortExpressions>
<telerik:GridSortExpression
FieldName="DHDOS" SortOrder="Descending" />
</SortExpressions>
</MasterTableView>
<GroupingSettings CollapseAllTooltip="Collapse all groups" />
<ClientSettings>
<Selecting
AllowRowSelect="True"></Selecting>
<ClientEvents OnGridCreated="GridCreated"
OnRowSelected="RowSelected"></ClientEvents>
</ClientSettings>
<AlternatingItemStyle
BackColor="#6699CC" ForeColor="Blue" />
<ItemStyle BackColor="#ABC4E3"
ForeColor="Blue" />
<ActiveItemStyle
BackColor="#6699CC" />
<PagerStyle Mode="NextPrevNumericAndAdvanced" AlwaysVisible="True" />
<SelectedItemStyle BackColor="#D2E9FF" />
<FooterStyle BorderStyle="Dotted" />
<HeaderStyle
BackColor="#6699CC" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Size="Medium" Font-Strikeout="False" Font-Underline="False"
HorizontalAlign="Center" VerticalAlign="Middle" Wrap="False" />
<GroupHeaderItemStyle
BackColor="#6699CC" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center"
VerticalAlign="Middle" Wrap="False" />
<FilterMenu EnableEmbeddedSkins="False">
</FilterMenu>
<HeaderContextMenu EnableEmbeddedSkins="False">
</HeaderContextMenu>
</telerik:RadGrid>
</telerik:RadPageView>
</telerik:RadMultiPage>
<asp:TextBox ID="ioAge" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 134; left: 907px; position: absolute; top: 42px; width: 39px;"></asp:TextBox>
<asp:TextBox ID="ioEncStatus" runat="server" BackColor="#D2E9FF" CssClass="MISOutputField" Font-Size="Medium" ForeColor="Blue" Height="18px" Style="z-index: 113; left: 44px; position: absolute; top: 95px" Width="130px"></asp:TextBox>
</telerik:RadPageView>
</telerik:RadMultiPage>
</form>
</body>
</html>


RadGrid.ExportSettings.IgnorePaging = true;
RadGrid.ExportSettings.ExportOnlyData = true;
RadGrid.ExportSettings.OpenInNewWindow = true;
RadGrid.ExportSettings.Pdf.AllowPrinting = true;
RadGrid.ExportSettings.Pdf.PaperSize = Telerik.Web.UI.GridPaperSize.Letter;
RadGrid.ExportSettings.Pdf.PageWidth = 1500;
RadGrid.ExportSettings.Pdf.PageTitle = "Users";
RadGrid.ExportSettings.Pdf.AllowModify = true;
RadGrid.ExportSettings.Pdf.AllowCopy = true;
RadGrid.ExportSettings.Pdf.FontType = Telerik.Web.Apoc.Render.Pdf.FontType.Embed;
RadGrid.MasterTableView.ExportToPdf();


I have an editor that I can't seem to get my custom tools loaded into correctly. The group and tools load (the custom events are working also), but the text on the tools doesn't. All I see is the groups, with buttons that have a gear icon on them (but the tooltips correctly show the text). Since the editor shouldn't have the custom tools in every user scenario, I left this part to be loaded in by the code behind and the rest of the tools are loaded by an XML file. Not sure if it matters, but I am doing this with the Ribbon appearance. And the aspx page is being rendered inside of an iFrame.
cs code (called from Page_Load)
private void LoadFileTab(){ //---------------------------------------------------- // Export Group (File Tab) //---------------------------------------------------- EditorToolGroup exportGroup = new EditorToolGroup(); exportGroup.Tab = "File"; exportGroup.Tag = "Export"; theEditor.Tools.Insert(0, exportGroup); EditorTool exportDOCX = new EditorTool(); exportDOCX.Name = "ExportDOCX"; exportDOCX.Text = "Export as DOCX"; exportDOCX.ShowText = true; exportDOCX.Visible = true; exportDOCX.RenderMode = RenderMode.Auto; exportGroup.Tools.Add(exportDOCX); EditorTool exportPDF = new EditorTool(); exportPDF.Name = "ExportPDF"; exportPDF.Text = "Export as PDF"; exportPDF.ShowText = true; exportPDF.Visible = true; exportPDF.RenderMode = RenderMode.Classic; exportGroup.Tools.Add(exportPDF); //---------------------------------------------------- // Save/Submit Group (File Tab) //---------------------------------------------------- EditorToolGroup saveGroup = new EditorToolGroup(); saveGroup.Tab = "File"; saveGroup.Tag = "Save/Submit"; theEditor.Tools.Insert(0, saveGroup); EditorTool save = new EditorTool(); save.Name = "Save"; save.Text = "Save Draft"; save.ShowText = true; save.Visible = true; save.RenderMode = RenderMode.Lightweight; saveGroup.Tools.Add(save); EditorTool submit = new EditorTool(); submit.Name = "Submit"; submit.Text = "Submit Draft"; submit.ShowText = true; submit.Visible = true; submit.RenderMode = RenderMode.Native; saveGroup.Tools.Add(submit);}
aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StandardEditor.aspx.cs" Inherits="FIS.Presentation.EWAPPM.DocumentScreens.DocEditor" %><%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns='http://www.w3.org/1999/xhtml'> <script type="text/javascript"> function OnClientLoad(editor, args) { editor.fire("ToggleScreenMode"); } </script> <head runat="server"> <link href="../Content/Telerik/styles.css" rel="stylesheet" type="text/css" /> <link href="./Telerik/styles.css" rel="stylesheet" /> <title></title> </head> <body> <form id="form1" runat="server"> <telerik:RadScriptManager runat="server" ID="RadScriptManager1" /> <telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="false" /> <div class="demo-containers"> <div class="demo-container"> <telerik:RadEditor RenderMode="Lightweight" Skin="MetroTouch" ID="theEditor" EnableTrackChanges="true" EnableComments="true" runat="server" Width="100%" ToolsFile="./EditorTools/StandardEditorTools.xml" EnableResize="False" ContentAreaMode="Div" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd" ToolbarMode="RibbonBar" OnClientLoad="OnClientLoad" ContentFilters="DefaultFilters,PdfExportFilter"> <TrackChangesSettings CanAcceptTrackChanges="true" UserCssId="reU0"></TrackChangesSettings> <ExportSettings OpenInNewWindow="true"> <Docx /> <Pdf /> </ExportSettings> <ImageManager EnableAsyncUpload="true" > </ImageManager> <Content> </Content> <Modules> <telerik:EditorModule Name="RadEditorHtmlInspector" Enabled="false" /> <telerik:EditorModule Name="RadEditorNodeInspector" Enabled="false" /> <telerik:EditorModule Name="RadEditorDomInspector" Enabled="false" /> <telerik:EditorModule Name="RadEditorStatistics" Enabled="false" /> </Modules> </telerik:RadEditor> <script type="text/javascript"> Telerik.Web.UI.Editor.CommandList["ExportPDF"] = function (commandName, editor, args) { __doPostBack("", commandName); } Telerik.Web.UI.Editor.CommandList["ExportDOCX"] = function (commandName, editor, args) { __doPostBack("", commandName); } Telerik.Web.UI.Editor.CommandList["Save"] = function (commandName, editor, oTool) { fireAjaxRequest("Save"); } Telerik.Web.UI.Editor.CommandList["Submit"] = function (commandName, editor, oTool) { fireAjaxRequest("Submit"); } </script> </div> </div> <telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" OnAjaxRequest="RadAjaxManager1_AjaxRequest"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="ConfiguratorPanel1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="theEditor" LoadingPanelID="RadAjaxLoadingPanel1" /> <telerik:AjaxUpdatedControl ControlID="ConfiguratorPanel1" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager> <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server"> <script type="text/javascript"> function fireAjaxRequest(operation) { var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>"); ajaxManager.ajaxRequest(operation); } </script> </telerik:RadScriptBlock> <telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel1" Visible="False"> </telerik:RadAjaxLoadingPanel> </form> </body></html>

<telerik:RadGrid ID="gvRadGrid_Careers" runat="server" DataSourceID="ojDsCareers" GridLines="None" AllowPaging="True" AllowSorting="True" AllowAutomaticUpdates="True" AllowAutomaticDeletes="True" AutoGenerateColumns="False" AllowAutomaticInserts="True"> <mastertableview datasourceid="ojDsCareers" datakeynames="CareerID" editmode="PopUp" commanditemdisplay="Top"> <RowIndicatorColumn> <HeaderStyle Width="20px"></HeaderStyle> </RowIndicatorColumn> <ExpandCollapseColumn> <HeaderStyle Width="20px"></HeaderStyle> </ExpandCollapseColumn> <CommandItemSettings ExportToPdfText="Export to Pdf" addnewrecordtext="Add Job"></CommandItemSettings> <Columns> <telerik:GridEditCommandColumn EditImageUrl="/admin/images/icons/Edit.gif" ButtonType="ImageButton" HeaderText="Edit" UniqueName="EditCommandColumn" > <ItemStyle HorizontalAlign="Center" /> </telerik:GridEditCommandColumn> <telerik:GridBoundColumn DataField="JobTitle" HeaderText="Job Title" UniqueName="JobTitle"> </telerik:GridBoundColumn> <telerik:GridHTMLEditorColumn DataField="JobDescription" HeaderText="Job Description" UniqueName="JobDescription"> </telerik:GridHTMLEditorColumn> <telerik:GridBoundColumn DataField="AddedBy" HeaderText="Added By" UniqueName="AddedBy" ReadOnly="True"> </telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="DateModified" HeaderText="Last Modified" UniqueName="DateModified" ReadOnly="True"> <ItemStyle HorizontalAlign="Right" /> </telerik:GridBoundColumn> <telerik:GridButtonColumn ConfirmText="Delete this job?" ConfirmDialogType="RadWindow" ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete" UniqueName="DeleteColumn" ImageUrl="/admin/images/icons/Delete.gif" HeaderText="Delete"> <ItemStyle HorizontalAlign="Center" /> </telerik:GridButtonColumn> </Columns> <EditFormSettings EditFormType="Template" InsertCaption="Add new job posting" CaptionFormatString="Update Job" CaptionDataField="CareerID" PopUpSettings-Modal="True" PopUpSettings-Width="500px" EditColumn-InsertImageUrl="Admin/images/icons/AddRecord.gif"> <EditColumn UniqueName="EditCommandColumn1"> </EditColumn> <FormTemplate> <div id="adminPopUp" align="center"> <table cellpadding="2" cellspacing="2"> <tr> <td> <p> Job Title</p> <telerik:RadTextBox ID="RadTextBox1" runat="server" Text='<%# Bind( "JobTitle") %>' Width="450px"> </telerik:RadTextBox> </td> </tr> <tr> <td> <p> Job Description</p> <telerik:RadEditor ID="RadEditor1" runat="server" ToolsFile="/Admin/includes/editortools/Simple.xml" Width="450px" Height="300px" Editable="True" Html='<%#DataBinder.Eval(Container.DataItem, "JobDescription")%>'> <CssFiles> <telerik:EditorCssFile Value="~/Admin/css/EditorCss.css" /> </CssFiles> </telerik:RadEditor> </td> </tr> <tr> <td> <asp:Button ID="Button1" Text='<%# Iif (TypeOf Container is GridEditFormInsertItem, "Insert", "Update") %>' runat="server" CommandName='<%# Iif (TypeOf Container is GridEditFormInsertItem, "PerformInsert", "Update") %>'> </asp:Button> <asp:Button ID="Button2" Text="Cancel" runat="server" CausesValidation="False" CommandName="Cancel"> </asp:Button> </td> </tr> </table> </div> <br /> </FormTemplate> <PopUpSettings Modal="True" Width="500px"></PopUpSettings> </EditFormSettings> </mastertableview></telerik:RadGrid><asp:ObjectDataSource ID="ojDsCareers" runat="server" SelectMethod="GetJobsList" TypeName="DouglasEmmett.clsCareers" DeleteMethod="DeleteJob" UpdateMethod="UpdateJob"> <DeleteParameters> <asp:ControlParameter ControlID="gvRadGrid_Careers" Name="CareerID" PropertyName="SelectedValue" Type="Int32" /> </DeleteParameters> <UpdateParameters> <asp:ControlParameter ControlID="gvRadGrid_Careers" PropertyName="SelectedValue" Name="CareerID" Type="Int32" /> <asp:ControlParameter ControlID="gvRadGrid_Careers" PropertyName="SelectedValue" Name="JobTitle" Type="String" /> <asp:ControlParameter ControlID="gvRadGrid_Careers" PropertyName="SelectedValue" Name="JobDescription" Type="String" /> <asp:SessionParameter DefaultValue="Web Test" Name="Addedby" SessionField="AdminUser" Type="String" /> </UpdateParameters></asp:ObjectDataSource>
When I have multiple ASP.NET validators on a page, I can't close a RadWindow that has an animation using my usual client-side javascript function. When I comment out the validators until there's just one left or disable the animation, suddenly it works perfectly again. I even tried using NavigateURL and moving all my markup to a separate page instead of using ContentTemplate and the window still wouldn't close until I either disabled animation or commented out validators until one was left.
I was able to recreate this in a fresh web site in VS2012 Pro, although another pre-existing project (different than the one I first discovered this error on) has multiple validators on one page and yet is fine. I also tried a few different versions ranging from the most recent, 2019.1.215.45, back to 2015.2.826.45. This leads me to believe there is something else that is a factor here, as I doubt I'm the only person to have tried to close a RadWindow under these circumstances since 2015.
Fortunately this error can be resolved for now by simply disabling animations on my RadWindows in that project, but I would like to be able to re-enable them at some point.
This is my code (no code-behind used):
01.<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test1.aspx.vb" Inherits="Test1" %>02.<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>03. 04.<!DOCTYPE html>05. 06.<html xmlns="http://www.w3.org/1999/xhtml">07.<head id="Head1" runat="server">08. <title>Test1</title>09.</head>10.<body>11. <form id="form1" runat="server">12. <div>13. <telerik:RadScriptManager runat="server" ID="rsm1">14. </telerik:RadScriptManager>15. <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">16. <script type="text/javascript">17. 18. function openWindow(sender, args) {19. $find("<%= window.ClientID%>").show();20. }21. function closeWindow(sender, args) {22. try {23. $find("<%= window.ClientID%>").close();24. } catch (e) {25. alert(e);26. console.log(e);27. }28. }29. </script>30. </telerik:RadScriptBlock>31. <telerik:RadWindow runat="server" ID="window" RenderMode="Lightweight" Skin="Material" Modal="true" Animation="Fade" VisibleStatusbar="false" KeepInScreenBounds="true" Height="125px" Width="300px" Title="Click Cancel" Behaviors="None">32. <ContentTemplate>33. <telerik:RadPageLayout ID="layout" runat="server" GridType="Fluid" Height="100%">34. <telerik:LayoutRow style="padding-top:3px;">35. <Columns>36. <telerik:LayoutColumn Span="8">37. <telerik:RadButton runat="server" style="float:right;" RenderMode="Lightweight" Skin="Material" ID="cancelBtn" CssClass="rbFlatButton" Primary="false" Text="Cancel" AutoPostBack="false" OnClientClicked="closeWindow" />38. </telerik:LayoutColumn>39. <telerik:LayoutColumn Span="4">40. <telerik:RadButton runat="server" RenderMode="Lightweight" Skin="Material" ID="okayBtn" CssClass="rbFlatButton" Primary="true" Text="Okay"/>41. </telerik:LayoutColumn>42. </Columns>43. </telerik:LayoutRow>44. </telerik:RadPageLayout>45. </ContentTemplate>46. </telerik:RadWindow>47. <telerik:RadTextBox runat="server" ID="text" RenderMode="Lightweight" Skin="Material" />48. <asp:RequiredFieldValidator runat="server" ID="val" ControlToValidate="text" ErrorMessage="Required!" />49. <telerik:RadTextBox runat="server" ID="text2" RenderMode="Lightweight" Skin="Material" />50. <asp:RequiredFieldValidator runat="server" ID="val2" ControlToValidate="text2" ErrorMessage="Required!" />51. <telerik:RadButton runat="server" Text="Open Window" Enabled="true" RenderMode="Lightweight" ButtonType="StandardButton" ID="openBtn" Skin="Material" AutoPostBack="false" CausesValidation="false" OnClientClicked="openWindow" />52. </div>53. </form>54.</body>55.</html>And this is the error I got on opening the window and clicking cancel:
TypeError: $telerik.$(...).stopTransition is not a function at c.RadWindow._hide (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:21454) at c.RadWindow.hide (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:21314) at c.RadWindow.close (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:22597) at Array.closeWindow (Test1.aspx:76) at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:2556 at b.RadButton.raiseEvent (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:8930) at g._clickedHandler (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:28089) at b.BaseFunctionality.trigger (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:15055) at b.BaseFunctionality.clicked (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:27039) at b.PlainFunctionality.clicked (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsm1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a48bbf511-5bf9-4491-9be4-5464dcf4e3ba%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2019.1.215.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a05294e6d-c3f5-4495-92ed-e871448550ca%3a4877f69a%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a92fe8ea0%3ac128760b%3a19620875%3a874f8ea2%3afa31b949%3af46195d3%3a33715776%3a490a9d4e%3a6d43f6d9%3ab7778d6c:formatted:26896)Following the above stack trace, I went in to the _hide function and found the line (line 11 below) where the error was occurring, which was how I figured the animation was part of the issue:
01._hide: function() {02. if (!this.get_animation() || this.get_animation() == 0) {03. this._afterHide();04. } else {05. if (this._enableShadow && $telerik.isIE) {06. this._setShadowCSSClass(false);07. }08. var n = Function.createDelegate(this, this._afterHide)09. , o = this.isMaximized()10. , m = this.get_animationDuration();11. $telerik.$(this._popupElement).stopTransition().transition({12. opacity: 013. }, m, "linear", function() {14. n(o);15. });16. }17.}
Hi;
I have some data to display in linechart chart.Getting data as dynamically, so column count can be change.
Could you show me how to bind to show data correctly?
Data Sample is in attachment
