Skip to main content
1-Visitor
August 27, 2020
Question

Service SelectedRowsChanged event not triggering

  • August 27, 2020
  • 1 reply
  • 1245 views

I'm using a gridadvanced widget populated by a service that returns an infotable, this works fine.

After data is loaded into the grid, I make a popup appear when the user double clicks a row in the grid, passing the service's SelectedRows as a parameter to this popup.

My grid is currently set to Single row selection.

 

However, the SelectedRows of the service mentioned above never changes, and its SelectedRowsChanged event is never triggered.

 

Using Thingworx 8.5.4

    1 reply

    16-Pearl
    August 28, 2020

    Can you share the export of the entities?