Author Topic: How to remove hidden cells ?  (Read 3295 times)

SPKid

  • Newbie
  • *
  • Posts: 2
    • View Profile
How to remove hidden cells ?
« on: March 01, 2014, 07:30:24 pm »
I see grid is hiding some cells but the empty space still shows up and i feel its not good presentations.

Screen shot url : http://imgur.com/dmxNqSO


is there a way to remove the hidden cells to make it more presentable?
« Last Edit: March 04, 2014, 11:59:00 am by paramquery »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: How to remove hidden cells ?
« Reply #1 on: March 01, 2014, 07:37:03 pm »
Did you try flexWidth: true and scrollModel: horizontal :false

http://paramquery.com/api#option-flexWidth

http://paramquery.com/api#option-scrollModel

SPKid

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to remove hidden cells ?
« Reply #2 on: March 01, 2014, 08:43:39 pm »
Did you try flexWidth: true and scrollModel: horizontal :false

with above code  its now working , thanks