Author Topic: Nested grid columns are grayed out  (Read 5241 times)

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Nested grid columns are grayed out
« on: September 04, 2019, 08:17:56 am »
As a result of upgrading to 6.2.4, the following two problems occur in the nested grid.
Are these bugs?

1. Click on the icon to expand the grid and the area from the icon column to the bottom of the nested grid is grayed out.
2. After expanding the grid, click on the column of the parent row, the area from this column to the bottom of the nested grid is grayed out.

These did not occur in version 6.1.0, so please check.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Nested grid columns are grayed out
« Reply #1 on: September 04, 2019, 09:54:02 pm »
That is a selection overlay and not a bug.

You may set selectionModel: { type: '' } if they seem out of place to you.

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Nested grid columns are grayed out
« Reply #2 on: September 05, 2019, 06:05:44 am »
After applying the settings you gave me, the overlay was no longer displayed.

Thank you for your advice.

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Nested grid columns are grayed out
« Reply #3 on: September 19, 2019, 12:05:53 pm »
With the settings you have given, overlays are no longer displayed, but we can no longer drag and copy grids
that were possible when selectionModel was { type: 'cell' } or not set.

Is there a way to allow drag and copy of the grid without displaying an overlay?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Nested grid columns are grayed out
« Reply #4 on: September 19, 2019, 06:23:40 pm »
you may use

Code: [Select]
  selectionModel: { type: '', native: true },

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Nested grid columns are grayed out
« Reply #5 on: September 20, 2019, 06:56:49 am »
As a result of applying the settings you gave us, drag-like behavior is possible, but the following problems remain.

1. In the grid using Nested Grid or freezeCols, it can't be selected correctly.
2. Can't copy while maintaining the grid format with tabs and line breaks like when setting {type: 'cell'}.

Is it difficult to prevent overlays from being displayed when setting {type: 'cell'}, as in version 6.1.0 and earlier?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Nested grid columns are grayed out
« Reply #6 on: September 20, 2019, 08:50:04 am »
It would be taken care of in next upcoming version, thanks for your feedback.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Nested grid columns are grayed out
« Reply #7 on: December 29, 2019, 02:05:30 pm »
It's fixed in v7

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Nested grid columns are grayed out
« Reply #8 on: January 08, 2020, 07:47:43 am »
We confirmed that it was fixed.
Many thanks.