This topic contains 4 replies, has 3 voices, and was last updated by  Dimitar 10 years ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Notification question #59667

    DavidSimmons
    Participant

    I love the notifications however I have one issue. The notification displays on top of all widgets other than grid column headings. Is there a way to correct this behavior?

    Notification question #59674

    Dimitar
    Participant

    Hello DavidSimmons,

    Thank you for your feedback. As a workaround, you can increase the z-index of the notification with the following CSS:

    .jqx-notification-container {
        z-index: 1000;
    }

    Best Regards,
    Dimitar

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

    Notification question #59709

    DavidSimmons
    Participant

    thanks

    Notification question #59732

    jqwidgetsdev
    Participant

    Hello Dimitar.

    Your workaround does not work for me. The combination jqxDocking, jqxTabs and jqxGrid yields the same symptoms as reported above.

    Please able to look into this?

    Thanks.

    Notification question #59751

    Dimitar
    Participant

    Hello jqwidgetsdev,

    What do you mean by “the combination” – which part of which widget obscures the notification? You can provide us with a JSFiddle example for clarification. You may also try increasing the z-index further, e.g. to 10000 or more.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.