jQWidgets Forums

jQuery UI Widgets Forums Grid Header Row And jQuery Dialog

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 9 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Header Row And jQuery Dialog #84116

    fresler
    Participant

    I am having a problem with the header row of a grid appear over the top of a dialog box. I have tried adjust the CSS both in the CSS definitions and through Javascript but nothing works. Does anyone have any ideas on how I can get around this?

    Header Row And jQuery Dialog #84118

    Peter Stoev
    Keymaster

    Hi fresler,

    You can adjust the z-index CSS property of that dialog or use jqxWindow instead.

    Best Regards,
    Peter Stoev

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

    Header Row And jQuery Dialog #84120

    fresler
    Participant

    I have tried
    `$(“#part_info_block”).css(“z-index”,1000);

    I have tried this before and after the dialog opens and the header still appears on top. Since the jQuery dialog has the ability to add buttons to the footer which I use switching to jqxWindow would be some major rewriting.

    Thanks!
    Floyd

    Header Row And jQuery Dialog #84121

    Peter Stoev
    Keymaster

    Hi fresler,

    If the Dialog’s z-index is higher, it would not appear below the header. That’s how HTML Elements work.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.