This is a migrated thread and some comments may be shown as answers.

Menu Items not shown on mouse over

5 Answers 130 Views
Menu
This is a migrated thread and some comments may be shown as answers.
innags
Top achievements
Rank 1
innags asked on 19 Aug 2013, 04:07 PM

I use RadMenu as part of the “Header” Custom control. “Header” is used on all pages of the project (MS Visual studio 2008). Menu works on my machine on localhost. I can see Items on mouseover. But after I compile and move project to the Team Foundation Server mouseover action doesn’t work. I can only see top menu.


Thank you,
Inna

5 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 20 Aug 2013, 08:19 AM
Hi Inna,

From the images that you provided it seems that some of the styles that you apply to the page does not get loaded once you deploy your site. Please check if there are any exceptions that are thrown on the page when you deploy it. It would be also very helpful if you can provide a live url that we can test from our side and assist you in resolving the issue that you are currently experiencing. Can you also clarify if you get this issue only on a specific browser?

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
innags
Top achievements
Rank 1
answered on 20 Aug 2013, 01:22 PM

here is my HeaderMenu.ascx. It is custom control to be used on every page. Browser is IE9. Link wouldn't be helpful to you as it is a company inranet application and you wouldn't be able to access it.
I also provided my 'web.config' bellow. I think I am missing some references.I reference 'Telerik.Web.UI' and 'Telerik.Web.UI.Skins' dlls in the project.

<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="HeaderMenu.ascx.vb"
    Inherits="ConEdison.eHire.HeaderMenu" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<telerik:RadScriptManager runat="server" ID="RadScriptManager1">
    <Scripts>
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js">
        </asp:ScriptReference>
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js">
        </asp:ScriptReference>
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js">
        </asp:ScriptReference>
     </Scripts>
</telerik:RadScriptManager>
<div id="subTitle" style="font-weight: bold; font-size: 12pt; z-index: 1; left: 154px;
    color: #cfcfec; border-top-style: none; font-family: Arial, Helvetica, sans-serif;
    border-right-style: none; border-left-style: none; position: absolute; top: 40px;
    border-bottom-style: none">
</div>
<table cellspacing="0" cellpadding="0" width="100%" style="height: 71px; background-image: url('/eHire/Images/ehire_header_bg.jpg')"
    border="0">
    <tr>
        <td>
            <asp:Image ID="imgMain" runat="server" Height="71px" ImageUrl="~/Images/ehire_header_main.jpg"
                Width="254px" />
        </td>
        <td align="right">
            <a href='http://intranet' target="_blank">
                <asp:Image ID="Image1" runat="server" Height="71px" alt="Con Edison intranet" ImageUrl="~/Images/ConEdLogo.gif" /></a>
            <a href='http://oruintranet.coned.com/' target="_blank">
                <asp:Image ID="Image2" runat="server" Height="71px" alt="Orange &amp; Rockland intranet"
                    ImageUrl="~/Images/ORLogo.gif" /></a>
        </td>
    </tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
    <tr>
        <td bgcolor="#000099" align="right">
            <telerik:RadMenu ID="RadMenu1" runat="server" dir="rtl" Font-Bold="True"
                OnClientLoad="(function(sender, e){ sender.get_allItems(); })" >
                    <Items>
                        <telerik:RadMenuItem Font-Bold="true" Target="_self" NavigateUrl="/eHire/LogOff.aspx" ExpandMode="ClientSide"
                            Text="Log Off">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Target="_blank" Font-Bold="true" NavigateUrl="/eHire/LogSheet/Help/index.html" ExpandMode="ClientSide"
                            Text="Help">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Target="_self" Text="Reports" Font-Bold="true" ExpandMode="ClientSide">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Rosters" Font-Bold="true" ExpandMode="ClientSide">
                            <Items>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/TestRoster.aspx" ExpandMode="ClientSide"
                                    Text="Weekly Test Roster">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/TestResults.aspx" ExpandMode="ClientSide"
                                    Text="Weekly Test Results">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/BEIRoster.aspx" ExpandMode="ClientSide"
                                    Text="BEI / Interview Roster">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/InterviewRoster.aspx" ExpandMode="ClientSide"
                                    Text="Weekly Interview Roster">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/InterviewResults.aspx" ExpandMode="ClientSide"
                                    Text="Weekly Interview Results">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/MedicalRoster.aspx" ExpandMode="ClientSide"
                                    Text="Medical Roster">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/LogSheetOrientation.aspx" ExpandMode="ClientSide"
                                    Text="Orientation Roster">
                                </telerik:RadMenuItem>
                            </Items>
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Log Sheet" Font-Bold="true" ExpandMode="ClientSide">
                            <Items>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/selectLogSheet.aspx?UnionMngtType=M&amp;type=0"
                                    Text="Log Sheet Management" ExpandMode="ClientSide">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/selectLogSheet.aspx?UnionMngtType=W&amp;type=0"
                                    Text="Log Sheet Union" ExpandMode="ClientSide">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/selectLogSheet.aspx?UnionMngtType=S"
                                    Text="Log Sheet Job Seekers" ExpandMode="ClientSide">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/LogSheet/EditAdministrators.aspx"
                                    Text="Alternate Admin" ExpandMode="ClientSide">
                                </telerik:RadMenuItem>
                            </Items>
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Admin" Font-Bold="true">
                            <Items>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/ManualResumeEntry.aspx" ExpandMode="ClientSide"
                                    Width="50px" Text="Employment Application">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Text="Maintenance" ExpandMode="ClientSide">
                                    <Items>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/PreScreeningQuestions.aspx"
                                            Text="Emp Application" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Maintenance_Status.aspx"
                                            Text="Status" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Maintenance_Relationships.aspx"
                                            Visible="false" Text="Relationships" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Maintenance_Msg.aspx"
                                            Text="eMail Messages" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Maintenance_Rules.aspx"
                                            Text="Rules" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Maintenance_Reports.aspx" Visible="false"
                                            Text="Reports" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Maintenance_JobOfferSuffixes.aspx"
                                            Text="Offer Suffixes" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Approvals.aspx" Text="Approvals" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/ProbationPeriod.aspx"
                                            Text="Probation Period" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Reset.aspx" Text="Manage Applications" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/DocCategory.aspx" Text="Documents Categories" ExpandMode="ClientSide">
                                        </telerik:RadMenuItem>
                                    </Items>
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/ExtendJOLPosterDates.aspx"
                                    Text="Change JOL Poster Dates">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/AppliedPositions.aspx"
                                    Text="Applicant Search">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/DocumentSearch.aspx"
                                    Text="Documents Search">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/Freeze.aspx" Text="Freeze">
                                </telerik:RadMenuItem>
                                <telerik:RadMenuItem Text="Security">
                                    <Items>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/SecurityGroups.aspx"
                                            Text="Groups">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/SecurityGroupUsers.aspx"
                                            Text="Group Users">
                                        </telerik:RadMenuItem>
                                        <telerik:RadMenuItem Target="_self" NavigateUrl="/eHire/Admin/SecurityPermissions.aspx"
                                            Text="Individuals">
                                        </telerik:RadMenuItem>
                                    </Items>
                                </telerik:RadMenuItem>
                            </Items>
                        </telerik:RadMenuItem>
                    </Items>
                </telerik:RadMenu>
           </td>
    </tr>
</table>

Here also my web.config file

<?xml version="1.0"?>
<configuration>
  <configSections>
    <sectionGroup name="Encrypt_Decrypt_Settings">
      <section name="PassPhrase" type="eHire.shr_Web_Config_Handler,eHire" />
      <section name="SaltValue" type="eHire.shr_Web_Config_Handler,eHire" />
      <section name="HashAlgorithm" type="eHire.shr_Web_Config_Handler,eHire" />
      <section name="PasswordIterations" type="eHire.shr_Web_Config_Handler,eHire" />
      <section name="initVector" type="eHire.shr_Web_Config_Handler,eHire" />
      <section name="KeySize" type="eHire.shr_Web_Config_Handler,eHire" />
    </sectionGroup>
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
      <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
        <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
        <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
          <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
          <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
          <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
          <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
        </sectionGroup>
      </sectionGroup>
    </sectionGroup>
  </configSections>
  <Encrypt_Decrypt_Settings>
    <!--
        ' <param name="passPhrase">
        ' Passphrase from which a pseudo-random password will be derived. The
        ' derived password will be used to generate the encryption key.
        ' Passphrase can be any string. In this example we assume that this
        ' passphrase is an ASCII string.
        ' </param>
        ' <param name="saltValue">
        ' Salt value used along with passphrase to generate password. Salt can
        ' be any string. In this example we assume that salt is an ASCII string.
        ' </param>
        ' <param name="hashAlgorithm">
        ' Hash algorithm used to generate password. Allowed values are: "MD5" and
        ' "SHA1". SHA1 hashes are a bit slower, but more secure than MD5 hashes.
        ' </param>
        ' <param name="passwordIterations">
        ' Number of iterations used to generate password. One or two iterations
        ' should be enough.
        ' </param>
        ' <param name="initVector">
        ' Initialization vector (or IV). This value is required to encrypt the
        ' first block of plaintext data. For RijndaelManaged class IV must be
        ' exactly 16 ASCII characters long.
        ' </param>
        ' <param name="keySize">
        ' Size of encryption key in bits. Allowed values are: 128, 192, and 256.
        ' Longer keys are more secure than shorter keys.
        ' </param>   
        -->
    <PassPhrase>*7^$r#@1p</PassPhrase>
    <!--Pas5pr@se-->
    <SaltValue>*7^$r#@1p</SaltValue>
    <!--s@1tValue-->
    <HashAlgorithm>SHA-512</HashAlgorithm>
    <!--SHA1-->
    <PasswordIterations>2</PasswordIterations>
    <initVector>-$Q8r7Po1Vj(^%m9</initVector>
    <!--@1B2c3D4e5F6g7H8-->
    <KeySize>256</KeySize>
  </Encrypt_Decrypt_Settings>
  <appSettings>
    <add key="ADSIDomain" value="LDAP://conedison.net/DC=conedison,DC=net"/>
    <add key="authServerNameDBConnStr" value="wdev1w8k" />
    <add key="ISNet.WebUI.ISRes_Registered" value="true" />
    <add key="strEMail_To" value="ShapiroI@coned.com" />
    <add key="strEMail_From" value="opportunities@coned.com" />
    <add key="strEMail_Bcc" value="" />
    <add key="strEMail_Errors_To" value="dl-ehireSupport2@coned.com" />
    <add key="StartBackup" value="22" />
    <add key="EndBackup" value="23" />
    <add key="AppKey" value="Con!Edison10" />
    <add key="SlidingExpirationTime" value="30"/>
    <add key="HRSC_DL" value="dl-eHireNotification@coned.com"/>
    <add key="TotalRewards" value="12/31/2012"/>
    <add key="acctdomain" value="coned"/>
  </appSettings>
  <system.web>
    <compilation defaultLanguage="vb" debug="true">
      <assemblies>
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <!--  add assembly="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" / -->
        <add assembly="System.Speech, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </assemblies>
    </compilation>
    <customErrors mode="RemoteOnly" defaultRedirect="/eHire/Error.aspx" />
    <authentication mode="Forms">
      <forms loginUrl="WebForm1.aspx" name="adAuthCookie" timeout="240" path="/" slidingExpiration="true" />
    </authentication>
    <authorization>
      <!-- deny users="?" / -->
      <!-- Deny all users -->
      <allow users="*" />
    </authorization>
    <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
    <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;user id=sa;password=" cookieless="false" timeout="240" />
    <!--  GLOBALIZATION
          This section sets the globalization settings of the application.
    -->
    <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
    <httpHandlers>
      <remove verb="*" path="*.asmx" />
      <!-- add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" / -->
      <!-- add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />-->
      <!-- add verb="GET,head" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />-->
      <add verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" validate="false" />
      <add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="true" />
      <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
    </httpHandlers>
    <machineKey validationKey="EAF0409FEC4146A8057A43D4657C11B6FA341681AF292C766B0DB03F1F26EA92A52C0767B4DF9CFC60D4F5E5473B1875D0030C276899E5241D37049BA30339CB" decryptionKey="5FDB4689F4B044D0B0783C09A7B57C9614B4231390D9D366" validation="SHA1" />
    <httpRuntime executionTimeout="600" maxRequestLength="40960" />
    <!--
  
   Dev/Test :
  UserID: MEDVAC_UPLOAD_DEV
  Password: ohas#1234
 PRODUCTION:
  UserID: MEDVAV_UPLOAD
  Password: ohas#1234Prod
  
  
    <identity impersonate="true" userName="registry:HKLM\software\MEDVAC\Identity\ASPNET_SETREG,userName" password="registry:HKLM\software\MEDVAC\Identity\ASPNET_SETREG,password" / >
    -->

    <xhtmlConformance mode="Legacy" />
    <pages>
      <controls>
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </controls>
    </pages>
    <httpModules>
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    </httpModules>
  </system.web>
  <system.codedom>
    <compilers>
      <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
        <providerOption name="CompilerVersion" value="v3.5" />
        <providerOption name="OptionInfer" value="true" />
        <providerOption name="WarnAsError" value="false" />
      </compiler>
    </compilers>
  </system.codedom>
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <modules>
      <remove name="ScriptModule" />
      <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    </modules>
    <handlers>
      <remove name="WebServiceHandlerFactory-Integrated" />
      <remove name="ScriptHandlerFactory" />
      <remove name="ScriptHandlerFactoryAppServices" />
      <remove name="ScriptResource" />
      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="ScriptResource" verb="GET,head" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
      <add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" />
      <add name="Telerik.Web.UI.WebResource"  path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI"  verb="*"  />
     </handlers>
  </system.webServer>
  <location path="Telerik.Web.UI.WebResource.axd">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>

0
Kate
Telerik team
answered on 21 Aug 2013, 11:57 AM
Hello Inna,

Thank you for the code. It seems that the issue that you are getting is due to the width and the font-size that you apply to the items in the markup. Please try to remove the Font-Bold and the Width properties from the menu items and use the css class selectors below in order to get the same look:

div.RadMenu_rtl .rmText {
    font-weight: bold;
    }
div.RadMenu_rtl .rmGroup .rmText {
    font-weight: normal;
   }


Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
innags
Top achievements
Rank 1
answered on 21 Aug 2013, 08:46 PM
My errors were supressed.
 I enabled script errors and got this:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; InfoPath.3; .NET4.0C; .NET4.0E)
Timestamp: Wed, 21 Aug 2013 20:43:51 UTC

Message: ASP.NET Ajax client-side framework failed to load.
Line: 42
Char: 34
Code: 0
URI: http://wdev1w8k/ehire/

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; InfoPath.3; .NET4.0C; .NET4.0E)
Timestamp: Wed, 21 Aug 2013 20:44:40 UTC

Message: 'Sys' is undefined
Line: 158
Char: 1
Code: 0
URI: http://wdev1w8k/ehire/webform1.aspx

 

 

 

0
Kate
Telerik team
answered on 23 Aug 2013, 07:55 AM
Hi Inna,

I would suggest that you refer to the following help articles where you can find detailed information and solutions on the exceptions that you get - Web Resources Troubleshooting, General Troubleshooting and JavaScript errors in IE10 and the site is working fine in the rest browsers.

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Menu
Asked by
innags
Top achievements
Rank 1
Answers by
Kate
Telerik team
innags
Top achievements
Rank 1
Share this question
or