Author Topic: Resize detail grids on maximize / fullscreen of parent  (Read 2911 times)

wmwa

  • Pro Economy
  • Newbie
  • *
  • Posts: 19
    • View Profile
Resize detail grids on maximize / fullscreen of parent
« on: May 14, 2015, 06:24:42 pm »
Hello,

I have a parent grid that has a detail grid on its rows. If I hit the maximize button to make the parent go fullscreen, the detail grid remains the same small size under the parent line. The detailModel's width is set to 'flex', but it doesn't seem to take up the extra space when available. Anything that can be done for this, or is there no way around it?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Resize detail grids on maximize / fullscreen of parent
« Reply #1 on: May 14, 2015, 06:36:20 pm »
width: flex is not supposed to take extra space outside grid.

You should use width : 'auto' or percent (%) width to make it fluid.