Skip to main content
17-Peridot
May 12, 2022
Question

copying cell value of grid in thingworx

  • May 12, 2022
  • 1 reply
  • 1392 views

advanced grid is having rows and columns. We have datachange event of a row. But on clicking a particular cell, can we pass that cell's value ??

1 reply

Community Manager
May 18, 2022

Hi @AP_9587236

 

Which version of ThingWorx are you running?  Are you referring to the selected row?  If so, you should be able to grab the data for passing to another service, etc.  Check this page in the Help Center for the SelectedRows property.

 

Regards.

 

--Sharon

17-Peridot
May 25, 2022

I am aware of fetching the value selected rows. But Is there a way to fetch only the selected cell of that row ?

Community Manager
June 2, 2022

Hi @AP_9587236.

 

You can select just the desired property as long as you've defined the data shape.  Is the data shape known or is it dynamic?

 

Regards.

 

--Sharon