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
545
Groupbox and Grid Control Overlap each other while rendering
posted

Hello,

I have Groupbox and Grid control on the Form.

Groupbox is on top and underneath is my grid control.

I set dock property of GroupBox to TOP and it looks fine.

But when I set Dock property of Grid box to TOP or FILL then GroupBox overlaps Grid Control.

I need help to render grid control after groupbox not in overlapping manner.

Thanks

Imran

Parents
No Data
Reply
  • 53790
    Verified Answer
    posted

    Hello Imran,

    Could you please try the steps below:

    1. Set Dock property of GroupBox to TOP

    2. Set Dock property of UltraGrid to Top or Fill

    3. Select your UltraGrid and execute "Bring To Front" action from context menu

    Let me know if you have any questions.

    Regards

Children