jQWidgets Forums

jQuery UI Widgets Forums Grid Filter zIndex problem

This topic contains 2 replies, has 2 voices, and was last updated by  NormB 1 year, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Filter zIndex problem #133400

    NormB
    Participant

    Hi,
    I have 2 grids in my main window (they inside jqxSplitter panels) and a third that comes up inside a jqxWindow pop-up on a button click. The jqxWindow is not modal (I implement drag/drop between the pop-up grid and the others so it cannot be modal).
    The grid in the jqxWindow IS initialised inside initContent of the jqxWindow.
    The problem is that when I try to filter columns in the pop-up grid the filter box is behind the pop-up window (but in front of the main window). I can find it if I move the window across, but it then disappears as soon as I release the mouse because it has lost focus.
    I have seen similar questions asked on the forum but the only suggestions were to make sure that the grid is inititialised in initContent (and it is) and to try setting the zIndex of the window high. I have tried setting the zIndex very high but it does not help. The other two index settings on jqxWindow are I think only relevant to modal windows.
    I would like to know please if there is a way to ensure that the filter box appears on top.
    Thanks

    Filter zIndex problem #133405

    Hi,

    May you try setting the zIndex of the filter box, so that it appears in front of the pop-up window?

    Best regards,
    Svetoslav Borislavov

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

    Filter zIndex problem #133413

    NormB
    Participant

    Thanks for replying.

    I tried that with a statement like “$(‘#gridmenuDanceGrid’).css({ ‘z-index’: 9000});” but it did not succeed, the zindex of the filter box was still 1000.

    However I then set the zIndex of the jqxWindow to 950, using the jqxWindow parameter, and that has worked!

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

You must be logged in to reply to this topic.