Modal issue

QuestionsModal issue
Massimo Gagliardi asked 9 years ago

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

1 Answers
Abu Ghufran answered 9 years ago

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.

Your Answer

7 + 8 =

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?