Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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 ??
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
I am aware of fetching the value selected rows. But Is there a way to fetch only the selected cell of that row ?
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
The datashape is known.