Skip to main content

How to copy the data in grid cell and paste the data in grid cell

  • July 14, 2022
  • 6 replies
  • 0 views

Hi, 

May i know that how can we copy the data in a grid cell and paste the copied data to another grid cell?

Thank You. 


#Grid
#CopyandPaste

6 replies

Martin Turner

  • July 14, 2022

Hi Martin, 

I had try to follow the link "https://community.rocketsoftware.com/discussion/copy-and-paste-within-grid-control#bm9318c999-3967-4598-903b-1425a154ef19" to do, but when i try to double click the cell, the cell not allow to select any data. it look like the grid is not editable. 

May i know that how to made it allow to double click and select the data?

Thank You. 


Martin Turner

Hi Martin, 

I had try to follow the link "https://community.rocketsoftware.com/discussion/copy-and-paste-within-grid-control#bm9318c999-3967-4598-903b-1425a154ef19" to do, but when i try to double click the cell, the cell not allow to select any data. it look like the grid is not editable. 

May i know that how to made it allow to double click and select the data?

Thank You. 

It should be editable unless you have enabled CELL-PROTECTION. Make sure you disable CELL-PROTECTION if you want to edit a cell.


  • July 15, 2022

It should be editable unless you have enabled CELL-PROTECTION. Make sure you disable CELL-PROTECTION if you want to edit a cell.

Hi Martin, 

We do not set any CELL-PROTECTION in the program and also the configuration file. 

Thank You. 


Martin Turner

Hi Martin, 

We do not set any CELL-PROTECTION in the program and also the configuration file. 

Thank You. 

Try this sample. If it works for you then compare it with your own to see what is different.

community.microfocus.com/.../GRID_2D00_base_2D00_CopyPaste.zip


  • July 18, 2022

Try this sample. If it works for you then compare it with your own to see what is different.

community.microfocus.com/.../GRID_2D00_base_2D00_CopyPaste.zip

Hi Martin, 

Thanks a lot for the sample.