Hello Abu,
In your demo, and in my code, when I use the Select2 control I see a white band the width of the screen behind the edit form. This displays in Chrome, IE and Firefox. Any ideas?
Thanks in advance.
3 Answers
Hello,
Add this css style, in libjsjqgridcssui.jqgrid.css
.ui-widget-overlay {
background-position: 50% 150%;
}
Updated in development line too.
Hi Abu,
I have applied this fix but I have another problem with this overlay. When I edit a row using the edit button from the bottom of the grid, it remains active after the edit popup disappears. How can I fix this ?
Your Answer