jQWidgets Forums

jQuery UI Widgets Forums Grid Z-index of row details

This topic contains 2 replies, has 2 voices, and was last updated by  anseltim 13 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Z-index of row details #5264

    anseltim
    Member

    Hi,

    I have a grid that uses jqxTab in the row details. I also have a pop up window for editing data in the grid. The problem I am having is that if the row details are being displayed for a row, the modal pop up window is behind the row details tabs. Is there a way to make the pop up window the top element positioning it over the tabs?

    Thanks,

    Tim

    Z-index of row details #5285

    Peter Stoev
    Keymaster

    Hi Tim,

    Thanks for the feedback. To workaround that behavior, set the z-index property of the jqxWindow after you initialize it.

    For example:

    $("#window").jqxWindow();
    $("#window").css('z-index', 9999);

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Z-index of row details #5327

    anseltim
    Member

    Ahhhhhh…..so easy and works great. Thanks!

    Tim

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

You must be logged in to reply to this topic.