Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2070
wbdropdown container display issue
posted

 

Hi

I am using webdropdown just above the ultrachart and ultra webgrid. But the container(List item holder) is shown behind the graph and grid always. But I want to show it in front of graph, grid. Where can i change tht property? I used z index more for wdd but it won't work out. Need help in this issue.

Thanks

Sridhar

 

 

 

 

 

 

 

 

<ig:WebDropDown DisplayMode="DropDownList" Enabled="false" DropDownAnimationType

="Bounce"

 

 

ID="uwmSample" Width="80px" AutoPostBack="true"

 

 

CurrentValue="AAA" DropDownContainerWidth="78px" DropDownContainerMaxHeight

="139px"

 

 

runat="server" StyleSetName

="Office2007Blue">

 

 

<AutoPostBackFlags SelectionChanged="On"

/>

 

 

<ClientEvents

/>

 

 

</ig:WebDropDown

>

Thanks

Sridhar

 

  • 24671
    Suggested Answer
    posted

    Hi,

    You can try to change the value of the EnableDropDownAsChild property (true/false). I also suggest to get the latest assemblies, just to make sure everything is up to date

    Thanks,

    Angel