Z-index of the add/edit form

QuestionsZ-index of the add/edit form
Cedric asked 1 year ago

Hello,

Is it possible to change the z-index of the form when adding or editing a record?

Currently the form remains behind my global menu…

Thanks,

Ced

7 Answers
Abu Ghufran Staff answered 1 year ago

You can try setting the z-index by inspecting and setting onpage css.

ui-jqdialog { z-index: 1000 !important; }

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Cedric answered 1 year ago

yeah I saw that, but I can not find the corresponding css file….

Abu Ghufran Staff answered 1 year ago

You can simply add it anywhere after including the CSS files.

<style>
.ui-jqdialog { z-index: 1000 !important; }
</style>
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Cedric answered 1 year ago

Yeah, but I will then have to do it for all my grid…

but ok I’ll try that

Abu Ghufran Staff answered 1 year ago

You can test first if this works onpage. After that you can edit:

lib/js/jqgrid/css/ui.jqgrid.css file and append it at the last line.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Cedric answered 1 year ago

that’s not working, tried everything but my menu keep staying above the dialog form….

Abu answered 1 year ago

If you can come on google chat, then I can review the issue remotely.

Your Answer

7 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?