ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Grid Maximize/ Full Screen Functionality
« previous
next »
Print
Pages: [
1
]
Author
Topic: Grid Maximize/ Full Screen Functionality (Read 2261 times)
cijojohn
Pro Ultimate
Jr. Member
Posts: 73
Grid Maximize/ Full Screen Functionality
«
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
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Grid Maximize/ Full Screen Functionality
«
Reply #1 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();
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Grid Maximize/ Full Screen Functionality
«
Reply #2 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
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Grid Maximize/ Full Screen Functionality