ParamQuery grid support forum
General Category => Bug Report => Topic started 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.
-
That is a selection overlay and not a bug.
You may set selectionModel: { type: '' } if they seem out of place to you.
-
After applying the settings you gave me, the overlay was no longer displayed.
Thank you for your advice.
-
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?
-
you may use
selectionModel: { type: '', native: true },
-
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?
-
It would be taken care of in next upcoming version, thanks for your feedback.
-
It's fixed in v7
-
We confirmed that it was fixed.
Many thanks.