Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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.