ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: hideki.yoshikura on July 08, 2020, 11:03:24 am

Title: Regarding copy & paste of column that does not exist in colModel of grid
Post by: hideki.yoshikura on July 08, 2020, 11:03:24 am
Hi,
Param query version is using 6.2.4.

Currently, I am using the copy() method and paste() method to copy the cell.
However, cells that are not set in colModel will not be copied.
I want to copy & paste the cell value of Column which is not set in colModel at the time of cell copy & paste.
The columns I want to copy are included in the dataModel, but I haven't set them in the colModel.

I would like to know an efficient implementation method for copying and pasting columns that do not exist in the colModel of the grid.

Thanking you in advance
Title: Re: Regarding copy & paste of column that does not exist in colModel of grid
Post by: paramvir on July 08, 2020, 11:47:28 am
Column must exist in colModel in order to be copied.

you may keep that column hidden if you don't want to display it in grid.
Title: Re: Regarding copy & paste of column that does not exist in colModel of grid
Post by: hideki.yoshikura on July 08, 2020, 01:09:56 pm
Thank you
It has been resolved.