Skip to main content
9-Granite
January 10, 2024
Solved

Displaying a popup grid after cell selection in the main grid

  • January 10, 2024
  • 1 reply
  • 780 views

I have a main grid widget on my mashup and I would like to display another grid widget upon clicking a cell on the main grid the way a popup would work. Is this possible on Thingworx version 9.4?

Best answer by Arun_C

Hi @TMnemo_11 ,

 

Yes, It is possible in TWX 9.4 - Grid Widget, You can use RowClicked Event from the main grid and bind it with Navigate of Navigation Function to redirect with another Popup mashup with another grid.

 

Thanks & Regards,

Arun C

1 reply

Arun_C16-PearlAnswer
16-Pearl
January 10, 2024

Hi @TMnemo_11 ,

 

Yes, It is possible in TWX 9.4 - Grid Widget, You can use RowClicked Event from the main grid and bind it with Navigate of Navigation Function to redirect with another Popup mashup with another grid.

 

Thanks & Regards,

Arun C