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
720
Multicolumn Webdropdown displaying behind Charts
posted

I am using Infragistics4.Web.v11.1, Version=11.1.20111.2064.

I have a webdropdown with the template webdatagrid.  Below this on the page, Ihave a UltraChart with a small webdatagrid along side it.
<table>
   <tr>
      <td colspan="2">
         webdropdown goes here
      </td>
   </tr>
   <tr>
      <td>
         UltraChart goes here
      </td>
      <td>
         webdatagrid goes here
      </td>
   </tr>
</table>

When I drop down the webdropdown, it show in front of the other webdatagrid, but behind the UltraChart control.

Can anyone tell me how to bring the webdropdown to the front, or how to send the UltraChart to the back?

Parents
  • 19693
    posted

    Hello loretta,

    Thank you for posting in our forums.

    I tried to reproduce the issue with the latest service release

    Infragistics4.Web.v11.1, Version=11.1.20111.2178

    but I was not able to encounter the issue (using IE8, IE9 ,FF 10 and Chrome)

    Have you set the property EnableDropDownAsChild = false of WebDropDown?

    Can you please share the marup of the page in a zipped format?

    Hope hearing from you.

Reply Children