Hi,
When using the Bootstrap layout the autocomplete list is showing behind the modal form.
When I remove the bootstrap code all is working as expected.
Thanks for your help.
Bert
2 Answers
Hi all,
Found it: the order of including css files in the header are important.
Correct order:
<link rel="stylesheet" type="text/css" media="screen" href="../lib/js/themes/blitzer/jquery-ui.custom.css">
<link rel="stylesheet" type="text/css" media="screen" href="../lib/js/jqgrid/css/ui.jqgrid.bs.css">
Bert
Your Answer