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
60
Problem using WebDialogWindow with UltraWebTab
posted

I have a page that contains an UltraWebTab with a collection of 8 tabs. on the 4th tab I have an UltraGrid each row on the grid has a button that opens the WebDialogWindow.

The problem is when the WebDialogWindow is made visible the you can only see it when you click on the 3rd tab. When you click on any of the other tabs the WebDialogWindow disappears.

 Does anyone know how I can make the WebDialogWindow visible on the tab page where the grid is located?

 Thanks

 

 

Parents
No Data
Reply
  • 455
    posted
    I have had similar problems with the web tab control. First make sure the controls located in the tab are not positioned via a table. Use a div and position it using css. Also use a ContentPane and set EnableRelativeLayout='true' There is already a support issue for this issue. I do not remember the number but it was entered on Sep 30. Lenny
Children
No Data