When you open an edit or an add dialog
some functions on the under grid remain active,
e.g. if, in the add or edit dialog, you go with the cursor exactly above the border of the below grid
the cursor change the own icon and offers the possibility to change the border of the below grid and contrasts with the functions of the edit or add dialog.
this behavior is very unpleasent
I solved in this way:
$e["js_on_load_complete"] = "do_onload";
…
function do_onload(id) {
$(".ui-resizable-handle").css("z-index","949");
}
there is a easier solution?
Thanks in advance
Hi,
I am unable to generate this issue.
http://phpgrid.org/demo/demos/editing/index.php
Please send screenshot of the issue. The modal overlay covers whole below grid after opening a dialog.