ParamQuery grid support forum

General Category => Bug Report => Topic started by: ami dev on September 04, 2019, 08:17:56 am

Title: Nested grid columns are grayed out
Post by: ami dev 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.
Title: Re: Nested grid columns are grayed out
Post by: paramvir 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.
Title: Re: Nested grid columns are grayed out
Post by: ami dev 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.
Title: Re: Nested grid columns are grayed out
Post by: ami dev 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?
Title: Re: Nested grid columns are grayed out
Post by: paramvir on September 19, 2019, 06:23:40 pm
you may use

Code: [Select]
  selectionModel: { type: '', native: true },
Title: Re: Nested grid columns are grayed out
Post by: ami dev 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?
Title: Re: Nested grid columns are grayed out
Post by: paramvir on September 20, 2019, 08:50:04 am
It would be taken care of in next upcoming version, thanks for your feedback.
Title: Re: Nested grid columns are grayed out
Post by: paramvir on December 29, 2019, 02:05:30 pm
It's fixed in v7
Title: Re: Nested grid columns are grayed out
Post by: ami dev on January 08, 2020, 07:47:43 am
We confirmed that it was fixed.
Many thanks.