Author Topic: Show fullscreen button but not hide button  (Read 2389 times)

wmwa

  • Pro Economy
  • Newbie
  • *
  • Posts: 19
    • View Profile
Show fullscreen button but not hide button
« on: October 03, 2015, 01:40:30 am »
Is there a way to hide only one of the two upper-right buttons on the grids? I want the ability to fullscreen the grid, but don't really need to be able to minimize it. They seem to come as a pair in the CSS though.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Show fullscreen button but not hide button
« Reply #1 on: October 05, 2015, 11:01:30 am »
It can be done with help of collapsible option http://paramquery.com/pro/api#option-collapsible

Code: [Select]
collapsible: {on: false}