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

z-index

1 Answer 67 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
stynes
Top achievements
Rank 1
stynes asked on 23 Dec 2010, 08:01 AM
I'm finding that the RadListBox doesn't play well with other controls that utilize layering.  Internally we use a jQuery menu that cascades down on MouseOver.  We also use the AJAX Toolkit Calendar control that overlays a calendar.  In both instances, the menu and the calendar control go over everything on the page (other ASP.NET controls, other Telerik Controls include RadGrids) but the RadListBox stays as the top most item and blocks the menu and calendar control.  I've tried manually setting the z-index of the RadListBox but it doesn't seem to have any impact.  It's something that's set within one of the default styles because if I set EnableEmbeddedBaseStylesheet and EnableEmbeddedSkins both to false then the issue goes away.  Of course so then does the nice visual of the RadListBox.  I've tried overriding the styles using the StyleBuilder.  I've verified that there's nothing within these Styles that cause the issue.  It seems to be something within the RadListBox style but I haven't examined that particular style to try to find out what.  Any ideas or suggestions on overriding that particular style or suggestions on how to prevent that one style from being included while still allowing me customize other aspects of the styling?

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 23 Dec 2010, 09:33 AM
Hi stynes,

Unless we inspect this we will be unable to tell what is causing it.

Please provide us with a live URL where we can observe the issue. Also please specify the version of the browser in which you are seeing this.

All the best,
Simon
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.
Tags
ListBox
Asked by
stynes
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or