ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolteam on November 27, 2015, 05:30:57 pm

Title: After enlarging the screen and closing the popup using escape key. showing blank
Post 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.
Title: Re: After enlarging the screen and closing the popup using escape key. showing blank
Post by: paramvir on November 30, 2015, 03:20:50 pm
This is the fix for it.

Code: [Select]
//event callback (add in grid options)
toggle: function(evt, ui){
$("#popup").dialog({
closeOnEscape: ui.state != 'max'
});
},
Title: Re: After enlarging the screen and closing the popup using escape key. showing blank
Post by: jubjubmane on December 17, 2015, 01:11:12 pm
 :D :D