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 Reply Children
No Data