Author Topic: What if the detailed grid width is larger than the parent grid?  (Read 1853 times)

ohbayashi

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
parent grid.
Code: [Select]
        width: "100%-10",
        virtualX: true,
        virtualY: false,
        scrollModel: { pace: "fast", autoFit: false, lastComumn: "fullScroll", flexContent: false },

detail grid.
Code: [Select]
        width: "flex",

It will be displayed if you set the parent to "flex", but since it looks bad and it looks bad it wants to know if there is any other way.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: What if the detailed grid width is larger than the parent grid?
« Reply #1 on: April 25, 2017, 05:29:43 pm »
Other way is to set virtualX: false for parent grid if number of columns in parent grid is not large as in your case.