ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: bsolteam on November 27, 2015, 05:30:57 pm
-
H team,
After closing the pop up in the maximize screen, the blank screen is appearing.instead it should be displayed main screen.
This issue is also there in the demo pop up screen example. please help on this issue.
http://paramquery.com/pro/demos24/fluid_popup
Thanks and regards
Bsol team.
-
This is the fix for it.
//event callback (add in grid options)
toggle: function(evt, ui){
$("#popup").dialog({
closeOnEscape: ui.state != 'max'
});
},
-
:D :D