ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: cijojohn on September 06, 2017, 06:20:31 pm

Title: Grid Maximize/ Full Screen Functionality
Post by: cijojohn on September 06, 2017, 06:20:31 pm
Hello Team,

I wan to set grid in full screen mode while loading itself.

Can you suggest something for that and Can u suggest some event for full screen so that i call this explicitly on some button click ?

Thanks
Title: Re: Grid Maximize/ Full Screen Functionality
Post by: paramvir on September 11, 2017, 05:41:15 pm
The toggle button can be clicked with jQuery.

Code: [Select]
$(".selector").find(".ui-widget-header .ui-icon-arrow-4-diag").click();


Title: Re: Grid Maximize/ Full Screen Functionality
Post by: paramvir on October 23, 2017, 11:00:35 am
There is also a toggle method which can be called upon button click.

https://paramquery.com/pro/api#method-toggle