Skip to content Skip to sidebar Skip to footer

Formediting Modals Shows At Wrong Position

When I moved from triand-jqGrid 4.6.0 to free-jqGrid 4.8.0 formediting broke This is because my jqGrid is inside a div with position: absolute; z-index: 0; so when the edit modal

Solution 1:

I made some changes in free jqGrid. I hope that all described problem are solved. The default option for $.jgrid.jqModal.toTop is now true like it was before, but all dialogs will be destroyed after closing and alert dialog (warning by navGrid on click on Edit/Delete button if no row are selected) will be created only directly before it will be displayed.


Post a Comment for "Formediting Modals Shows At Wrong Position"