Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello,
I am using Thingworx 8.4.3
I have a dashboard where there are multiple grids on one screen.
Is there any implementation where only one row out of multiple grids can be selected at a time and that info be passed to another service?
Clarification: Do you mean Dashboard or Mashup?
For Dashboard, no.
For Mashup, it will be hard to find someone knowing about a version that old, and what the grid widget supported that time.
You would need something like a clearselection or setselection property on the grid and when one grid has a selectionchanged event, you could clear the other grids (but that would launch a selectionchanged on the other grids and you would run in an endless loop).
I doubt you could make it work in a robust way.