jQWidgets Forums

jQuery UI Widgets Forums Dialogs and Notifications Window Grid Inside Window Bleeds Through

This topic contains 2 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Grid Inside Window Bleeds Through #46252

    drperk
    Participant

    I have multiple windows on a tab and each window has a grid within it. When I move one window over the other the header of the window underneath bleeds to the top and stays on top. It does not matter which window I choose – the header of the window underneath always has it’s header bleed on top of the one being moved. The windows and grids are all built with different ID’s – they are always unique. None of the other elements on the window has the problem – only the grid header.

    I’ve tried bringing the window to the top after the move and the problem is still there.

    Any ideas?

    Grid Inside Window Bleeds Through #46253

    drperk
    Participant

    I added the following after creating the windows and this solved the problem:

    $(‘div.jqx-grid-column-header’).css( “z-index”, 0 );

    Grid Inside Window Bleeds Through #46259

    Peter Stoev
    Keymaster

    Hi drperk,

    Could you provide a sample of that behavior with the latest version(jQWidgets 3.0.4)? I do not think that setting the ‘z-index’ is the best option.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.