Display DIV over Grid

I have a Grid in page and a text string just above grid. There is another grid initially not displayed
On hovering the string i set display property of second div to BLOCK and it gests displayed. However it pushes the grid down on display. I need to show this dive over the Grid. So that grid is in back ground.

I tried playing with Z-Index but it didn’t help. Is there built in support in grid to take it to backend and not always on top.

thanks

dhtmlxGrid doesn’t have any propertieds which may block setting z-index to grid container. You can find working example here dhtmlx.com/docs/products/dht … ation.html

thanks, it worked after i set high value for z-index of parent element.