Author Topic: Grid Maximize/ Full Screen Functionality  (Read 2233 times)

cijojohn

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 73
    • View Profile
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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
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();



paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
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