Skip to main content
6-Contributor
November 1, 2023
Solved

How to select a cell on the grid and copy the contents to paste to another App

  • November 1, 2023
  • 1 reply
  • 1218 views

Hi, All

Now I'm working on Thingworx9.2.0.

[Need your help]

On Grid or AdvanceGrid, I want to copy a selected cell to the clipboard, like in Excel.

This means that I do not want to edit a cell, only reference to prevent incorrect entry in cell manipulation,

Regards,

 

Best answer by slangley

Hi @DEV,YIDE,yoshi.

 

We tested using the Advanced Grid under ThingWorx 9.4 and the copy/paste worked successfully.  When copying multiple cells, the paste retained the column formatting.  When testing the newer Grid widget, the contents of a cell was also pasted successfully, but when copying multiple cells, the paste did not retain the column formatting.

 

Are you having an issue?  If so, what is happening? 

 

Note that ThingWorx 9.2 is no longer supported, so if there is an issue in that release, we won't be able to provide a fix.

 

Regards.

 

--Sharon

1 reply

slangleyCommunity ManagerAnswer
Community Manager
November 7, 2023

Hi @DEV,YIDE,yoshi.

 

We tested using the Advanced Grid under ThingWorx 9.4 and the copy/paste worked successfully.  When copying multiple cells, the paste retained the column formatting.  When testing the newer Grid widget, the contents of a cell was also pasted successfully, but when copying multiple cells, the paste did not retain the column formatting.

 

Are you having an issue?  If so, what is happening? 

 

Note that ThingWorx 9.2 is no longer supported, so if there is an issue in that release, we won't be able to provide a fix.

 

Regards.

 

--Sharon

16-Pearl
February 7, 2024

Is this also possible on a chart widget?

I want to click on a point and get the contents of tooltip to copy to my clipboard.

Regards,