Hi, I have an issue with jqxGrid and the z-index in many of the elements inside it. This issue ocurrs in Firefox, not in Chrome (I don’t test on other browser).
I do a jqxGrid with more than 27 columns, and then is not visible the rowdetails. Neither the loader.
I made a fiddle to prove it: https://jsfiddle.net/esu50Lt8
The grid has 28 columns, many hidden because I need to export to Excel. When I click in the rowdetail arrow, the rowdetail isn’t visible (this does not happen in Chrome). Just changing the z-index works.
If you remove 1 column, whatever it is, then the rowdetail is displayed correctly.
I hope you can help me, thanks.