cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

selectedRowsChanged event

gsantandrea
1-Visitor

selectedRowsChanged event

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

ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Announcements


Top Tags