Skip to main content
4-Participant
September 19, 2024
Question

Select one row out of multiple grids

  • September 19, 2024
  • 1 reply
  • 525 views

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?

 

 

1 reply

Rocko
19-Tanzanite
September 20, 2024

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.