or
'10' is an unexpected token. The expected token is '"' or '''. Line 11, position 27.
function LoadWindow(Type) { var radDash = $find("<%= radDashboard.ClientID%>"); if (Type == 1) { radDash.setUrl("ManageProcessor.aspx"); } else if (Type == 2) { radDash.setUrl("WoTracker.aspx"); } else if (Type == 3) { radDash.setUrl("WoTracker.aspx"); } else if (Type == 4) { radDash.setUrl("WoTracker.aspx"); } else if (Type == 5) { radDash.setUrl("PriorService.aspx"); } else if (Type == 6) { radDash.setUrl("WorkingRecruits.aspx"); } radDash.show(); radDash.maximize(); } </script> <script> $(document).ready(function () { BindControls(); }); function BindControls() { $("#<%= txtSearch.ClientID%>").autocomplete({ source: function (request, response) { $.ajax({ url: "../Recruiting.asmx/FindRecID", data: "{ 'sLookUP': '" + request.term + "' }", dataType: "json", type: "POST", contentType: "application/json; charset=utf-8", dataFilter: function (data) { return data; }, success: function (data) { response($.map(data.d, function (item) { return { label: item.split("-")[0], val: item.split("-")[1], ID: item.split("-")[2] } })) }, error: function (response) { alert(response.responseText); } }); }, select: function (e, i) { $("#<%= HFRecruit.ClientID%>").val(i.item.val); $("#<%= HFId.ClientID%>").val(i.item.ID); }, minLength: 2 // MINIMUM 1 CHARACTER TO START WITH. }); } </script> <link href="../Recuiting.css" rel="stylesheet" /> <link href="../Styles/Styles.css" rel="stylesheet" /> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="BodyContent" Runat="Server"> <telerik:RadAjaxPanel ID="radajax" runat="server"> <div style="width:auto"> <div class="dvGridWrapper"> <asp:HiddenField ID="HFRecruit" runat="server" /><asp:HiddenField ID="HFId" runat="server" /> <asp:TextBox ID="txtSearch" runat="server" Width="260px" ToolTip="Enter Last Name First Name"></asp:TextBox> <asp:TextBoxWatermarkExtender ID="txtSearch_WME" runat="server" TargetControlID="txtSearch" WatermarkText="Lookup Processor" WatermarkCssClass="Watermark"></asp:TextBoxWatermarkExtender><div> <table style="width:90%;margin-right:auto;margin-left:auto;margin-top:20px"> <tr> <td style="width:100%; text-align:center"> <asp:HyperLink ID="hyEnlist" runat="server" onclick="LoadWindow(1)"><asp:Image ID="imgEnlist" runat="server" ImageUrl="../Images/SGT.jpg" CssClass="change_opacity" /></asp:HyperLink> Non-Prior Service <asp:HyperLink ID="hyPrior" runat="server" onclick="LoadWindow(1)"><asp:Image ID="imgPrior" runat="server" ImageUrl="../Images/Corp.jpg" CssClass="change_opacity" /></asp:HyperLink> Prior Service <asp:HyperLink ID="hyOfficer" runat="server" onclick="LoadWindow(2)"><asp:Image ID="imgOff" runat="server" ImageUrl="../Images/Cpt.jpg" CssClass="change_opacity" /></asp:HyperLink> Basic Branch <asp:HyperLink ID="HyWarrant" runat="server" onclick="LoadWindow(3)"><asp:Image ID="imgWarrant" runat="server" ImageUrl="../Images/W03.jpg" CssClass="change_opacity" /></asp:HyperLink> Warrant <asp:HyperLink ID="hyGNPS" runat="server" onclick="LoadWindow(3)"><asp:Image ID="imgGNPS" runat="server" ImageUrl="../Images/glossary.jpg" CssClass="change_opacity" /></asp:HyperLink> Glossory Non Prior Service </td> </tr> <tr> <td style="padding-top:40px; text-align:center"> <asp:HyperLink ID="hyIncentives" runat="server" onclick="LoadWindow(3)"><asp:Image ID="imgIncent" runat="server" ImageUrl="../Images/Incentive.jpg" CssClass="change_opacity" /></asp:HyperLink> Incentive Credit <asp:HyperLink ID="hySpec" runat="server" onclick="LoadWindow(4)"><asp:Image ID="imgSpec" runat="server" ImageUrl="../Images/EFM.jpg" CssClass="change_opacity" /></asp:HyperLink> Specialty Branch <%-- <asp:HyperLink ID="hyRFP" runat="server" onclick="LoadWindow(3)"><asp:Image ID="imgRFP" runat="server" ImageUrl="../Images/recruit.jpg" CssClass="change_opacity" /></asp:HyperLink> Recruit Force Pool --%> <asp:HyperLink ID="hyIST" runat="server" onclick="LoadWindow(3)"><asp:Image ID="imgIST" runat="server" ImageUrl="../Images/IST.png" CssClass="change_opacity" /></asp:HyperLink> Interstate Transfer <asp:HyperLink ID="hyDSE" runat="server" onclick="LoadWindow(3)"><asp:Image ID="imgDSE" runat="server" ImageUrl="../Images/toy2.jpg" CssClass="change_opacity" /></asp:HyperLink> Direct Service Enlistment </td> </tr> </table> <telerik:RadWindow ID="radDashboard" runat="server" InitialBehaviors="Reload" ShowContentDuringLoad="false" CenterIfModal="true" Modal="true" Behaviors="Close" ></telerik:RadWindow> </div> </telerik:RadAjaxPanel> </asp:Content>

[FormatException: The numeric part ('161.5') of '161.5px' cannot be parsed as a numeric part of a Pixel unit.]
System.Web.UI.WebControls.Unit..ctor(String value, CultureInfo culture, UnitType defaultType) +508
System.Web.UI.WebControls.Unit.Parse(String s) +63
Telerik.Web.UI.RadGrid.LoadClientState(Dictionary`2 clientState) +946
Telerik.Web.UI.RadCompositeDataBoundControl.LoadPostData(String postDataKey, NameValueCollection postCollection) +193
Telerik.Web.UI.RadCompositeDataBoundControl.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +42
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +693
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743
|
.RadOrgChart li .rocItem { height: auto !important; width: 150px !important;}.rocItemTemplate { border-radius: 10px !important; height: auto !important;}.RadOrgChart li .rocItemTemplate { text-align: center; height: auto !important; padding: 0px !important;}.RadOrgChart .rocItemContent { height: auto !important;}.rocLineDown { top: 24px !important;} {
display: inline !important;
}
+ html div.RadMenu
{
display: inline !important;
}
div.RadMenu
{
float: none !important;
display: inline-block !important;
vertical-align: middle !important;
}
div.RadMenu .rmRootLink .rmLeftImage, div.RadMenu .rmFirst
{
width: 16px;
padding-right: 15px;
}
div.RadMenu, div.RadMenu .rmRootLink
{
width: 100%;
}
This style Solved My Problem in These Browsers , but this Problem Still Exist In IE8 and I Can't Find Anything for this version of IE .
Can anybody Help Us?
"$find("ctl00_ctl00_BodyContentPlaceHolder_BodyContentPlaceHolder_ReportsList_CustomReportGrid")._showFilterMenu("ctl00_ctl00_BodyContentPlaceHolder_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00",<telerik:RadGrid EnableEmbeddedSkins="true" ID="CustomReportGrid" runat="server" AutoGenerateColumns="true" ShowFooter="true" AllowSorting="true" AllowPaging="true" AllowFilteringByColumn="true" PagerStyle-Mode="NextPrevAndNumeric" PageSize="50" EnableOutsideScripts="false" MasterTableView-NoMasterRecordsText="No records to display." ><ExportSettings OpenInNewWindow="true" FileName="CustomReport"> <Pdf PageWidth="3000px" PaperSize="A4" AllowPrinting="true" PageBottomMargin="10px" PageTopMargin="25px" PageHeaderMargin="0px" PageLeftMargin="10px" PageRightMargin="10px" PageTitle="CustomReport" /> </ExportSettings> <ClientSettings> <Scrolling UseStaticHeaders="true" /> </ClientSettings> <ItemStyle BackColor="transparent" HorizontalAlign="Left" /> <HeaderStyle HorizontalAlign="Left" /> <FilterItemStyle HorizontalAlign="Left" /> <AlternatingItemStyle BackColor="#F9F9F9" /> </telerik:RadGrid><input id="ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00_ctl02_ctl02_Filter_Client Name" class="rgFilter" type="submit" title="Filter" onclick="$find("ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid")._showFilterMenu("ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00", "Client Name", event); return false;" value=" " name="ctl00$BodyContentPlaceHolder$ReportsList$CustomReportGrid$ctl00$ctl02$ctl02$Filter_Client Name"></input><a id="ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00_ctl02_ctl02_RDIPFRequested Date_popupButton" class="rcCalPopup" href="#" title="Open the calendar popup."> … </a>