Skip to main content
1-Visitor
October 20, 2015
Solved

selectedRowsChanged event

  • October 20, 2015
  • 1 reply
  • 1518 views

Hello ThingWorx Community!

I have a question about the ThingWorx Mashup mechanics.

Why does the "SelectedRowsChanged" event appear as a service event and not as a widget event? This is clearly wrong to me, because the event is fired by a widget, not a service (in the classic model-view-control software architecture, we could consider it as an event generated by a view component).

Giuliano

Best answer by CarlesColl

Well, as a Widget doesn't have any Row Selected if it doesn't have any Data Binded, then Selected Row becomes the same on the Widget and on the Data Binded, also you have to think that Data Can be binded to many widgets, and you only have One Selected Row at a time, that allows you easily to show the same Selected Row on different Widgets at the same time.

1 reply

1-Visitor
October 20, 2015

Well, as a Widget doesn't have any Row Selected if it doesn't have any Data Binded, then Selected Row becomes the same on the Widget and on the Data Binded, also you have to think that Data Can be binded to many widgets, and you only have One Selected Row at a time, that allows you easily to show the same Selected Row on different Widgets at the same time.