How to dynamically add details for each individual entries in the list??
‎Feb 17, 2017
04:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Feb 17, 2017
04:48 AM
How to dynamically add details for each individual entries in the list??
javascript:;Hi all!
This is the mashup I have created for underlying database. when I click on blog, within the same panel near to that list widget I want to display the details of blog.
similarly for database , generic thing and also for further added templates in database dynamically.
How could I do this one??
Please enlighten me!!
Labels:
- Labels:
-
Troubleshooting
- Tags:
- list widget
- mashups
3 REPLIES 3
‎Feb 17, 2017
10:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Feb 17, 2017
10:38 AM
Bavithraa,
- You could use the SelectedRowsChanged event of the List to update the display value in a Thing
- In Mashup read the required value from Selected Row(s) of the service which feeds the list widget and link to the Property of the Thing to be updated
- Invoke the Update service on SelectedRowsChanged event of the service which feeds the list widget
- For Example
- If Data Table is used to show data in the list widget using GetDataTableEntries service and Id property selected
- SetProperties service is used to set the property
- Select value of list using the Id property of Selected Row(s) of GetDataTableEntries service and link it to the property of the thing to updated in the SetProperties service
- Invoke the SetProperties service on SelectedRowsChanged event of GetDataTableEntries service
- For more information please see the Data Service Events section of ThingWorx help center Guide
‎Feb 20, 2017
12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Feb 20, 2017
12:23 AM
how to get the SelectedRowsChanged event ??
‎Mar 02, 2017
07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Mar 02, 2017
07:30 AM
Hi Bavithraa,
If you select the service in datasource then you can find the selectedrowschanged event. hope below image will helpfull.