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

Submenus not appearing for IE6

2 Answers 35 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Steve LaForge
Top achievements
Rank 1
Steve LaForge asked on 06 Jan 2011, 10:30 PM
I have an app that we install at customer sites.  It builds a menu based on the user's application-level security settings.  We have a new customer that is running IE6 on their workstations.  The menu code that is getting generated looks like:

<Menu>
  <Group>
    <Item Text='Home' NavigateUrl='default.aspx' />
    <Item Text='Work Order Status' NavigateUrl='wosearch.aspx' />
    <Item Text='Device Info' NavigateUrl='devsearch.aspx' />
    <Item Text='Reports'>
      <Group>
        <Item Text='Inventory'>
          <Group>
            <Item Text='By Cost Center' NavigateUrl='rptInvByCostCtr.aspx' />
            <Item Text='By Description' NavigateUrl='rptInvByDevice.aspx' />
            <Item Text='By Manufacturer' NavigateUrl='rptInvByManf.aspx' />
          </Group>
        </Item>
        <Item Text='Work Orders'>
          <Group>
            <Item Text='CMs By Cost Center' NavigateUrl='rptWOByCostCtr.aspx' />
            <Item Text='PM Scheduling' NavigateUrl='rptPMScheduling.aspx' />
          </Group>
        </Item>
      </Group>
    </Item>
  </Group>
</Menu>

This works fine at the same site on computers running IE8, but on those running IE6 it works fine until you get to the second level (Reports > Inventory) but doesn't show the items that appear below that (By Cost Center, By Description, By Manufacturer).

Any ideas on how to fix this will be very greatly appreciated!

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Jan 2011, 10:34 AM
Hello Steve,

I've tested the provided xml but wasn't able to reproduce the issue. Could you please send us a live url demonstrating the problem? Thanks

All the best,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Steve LaForge
Top achievements
Rank 1
answered on 12 Jan 2011, 02:03 PM
This turned out to be a known issue and has been resolved by upgrading to the next version of the Telerik controls.  Thank you.
Tags
Menu
Asked by
Steve LaForge
Top achievements
Rank 1
Answers by
Yana
Telerik team
Steve LaForge
Top achievements
Rank 1
Share this question
or