I am opening jqxGrid (with editing mode) in jquery dialog.
Problem: it’s not allowing to edit a cell.
After investigating I found that ‘div[role=”gridcell”]’ has the inline z-index which is lower than ‘input [editing]’s.
If I increase the z-index of ‘div[role=”gridcell”] then it’s working fine. But Here I need to use ‘!important’ which I don’t want.
Is there any option to set explicit z-index rather than allowing it at runtime (inline)? Also please share other solution if there is any.
Thanks in advance!
Harshal