Author Topic: Removing extra space when using horizontal scroll in Param Query Grid  (Read 4161 times)

[email protected]

  • Newbie
  • *
  • Posts: 5
    • View Profile
Hi,

I have already gone through the related questions and could not find solution to my problem.

I am using paramquery grid and not PRO. When I scroll horizontally I see a lot of unused space on the right. How do I remove it.

Thanks.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Removing extra space when using horizontal scroll in Param Query Grid
« Reply #1 on: October 24, 2014, 01:49:48 pm »
Please check these 2 options:

flexWidth: true

and

scrollModel: { horizontal: false }

[email protected]

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Removing extra space when using horizontal scroll in Param Query Grid
« Reply #2 on: October 24, 2014, 04:04:08 pm »
I need the scroll bar but not that extra space after my columns

[email protected]

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Removing extra space when using horizontal scroll in Param Query Grid
« Reply #3 on: October 24, 2014, 05:58:34 pm »
Can anyone please help?