Author Topic: Regarding copy & paste of column that does not exist in colModel of grid  (Read 1752 times)

hideki.yoshikura

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 35
    • View Profile
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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
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.

hideki.yoshikura

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 35
    • View Profile
Thank you
It has been resolved.