jQWidgets Forums

jQuery UI Widgets Forums Grid Grid z-index increases with more columns

Tagged: 

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

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

  • ajcs
    Participant

    I have many pages with grids and popup windows over them and all are working fine except one. The window was popping up behind the grid.

    This page had the most grid columns of all my pages.

    This had me very puzzled until I looked at the z-index of the grid. e.g. the z-index of the blank area that says “No data to display”. The more columns I add to the grid the greater the z-index of the grid.

    Why are you increasing the z-index of the grid when more columns are added?

    How can I fix this?

    Thanks

    Grid z-index increases with more columns #134013

    ajcs
    Participant

    I have increased the modalZIndex of my windows to compensate but still interested to find out why the grid z-index is changing with more columns.


    admin
    Keymaster

    Hi,

    Another option would be to decrease the headerZIndex property of jqxGrid which determines the initial z-index for the columns. We use the z-index to ensure the rendering of the columns is OK while scrolling including scenarios with pinned columns.

    Regards,
    Peter

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

You must be logged in to reply to this topic.