enableHeaderMenu

Hi! I’m trying to enable enableHeaderMenu with a Footer, and i found some problems. I right click on columns and nothing happends, only if i rght click on the last column enableHeaderMenu appears…can you check it please?

Regards,

To resolve issue, just add z-index to the dhx_header_cmenu css class

       .dhx_header_cmenu{
            background-color:#ffffff;
            border:2px outset silver;
            z-index:2;
        }