Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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
Solved! Go to Solution.
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.
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.