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
805
Adding another item to an UltraGrid doesn't seem to work?
posted

I'm building a project with a number of widgets that we expect the user to tear off and redock close and hide. We're using an UltraDockManager to handle them, and each of the widgets is a separate user control. One control, for instance, consists of an UltraGrid and a few comboboxes that filter the data inside it.

So far I have two "subcontrols" in the UltraDockManager, both are grids-with-combos. They appear one over the other on the screen, and everything seems to be working OK. Now I'm trying to add a third. It should normally appear to the right of the lower grid. This one is causing problems.

When I drag the object into the display it appears on top of everything - as you'd expect. I then select Dock Controls -> DockedRight and VerticalSplit. The form then appears as an entire "row" on the page - the other control is pushed down below it and I can't move it so they lie side-by-side.

Am I doing something obviously wrong here?