Skip to main content
1-Visitor
January 5, 2022
Question

How to add data in tree grid advance?

  • January 5, 2022
  • 2 replies
  • 4334 views

Hi 

I want add data in the below format  please check attachment. I have a other page from where I can add Role and their member name So When I will add member in each department it should be add in their respective department. Can you please suggest which widget or any other solution to achieve this requirements.

 

2 replies

24-Ruby III
January 5, 2022

 Hi,

 

1. From "Help Center" - "Working with Tree Grid Data": https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/WorkingWithTreeGridData.html

2. Video review "Grid Advanced Extension Widget v2.0": https://community.ptc.com/t5/IoT-Tech-Tips/Grid-Advanced-Extension-Widget-v2-0/td-p/532139

3. Article - "Using Tree Grid Advanced Widget in ThingWorx": https://www.ptc.com/en/support/article/CS329539

DT_3164961-VisitorAuthor
1-Visitor
January 5, 2022

Hi @VladimirN 

I have already refer this article but I didn't understand what exact to do with tree advance widget. Can you please suggest I just want show and add my data in format please check above attachment

Support
January 12, 2022

Hi @dt_01.

 

It sounds like you just need to refresh.  Are you initially loading the data on mashup load?  One option would be to bind the ServiceInvokeCompleted event to a service that populates the tree to force it to refresh.  Another option would be to trigger a changed event at the widget level.

 

Unfortunately, we would need more details regarding your application to be more specific.

 

Regards.

 

--Sharon

DT_3164961-VisitorAuthor
1-Visitor
January 13, 2022

hi @slangley 

I just want to show data on tree advance grid using datatable. I have one datatable having more number of rows of data. So I just want show this data in the format image please check attachments. When I will add members in respective Roles so it should add only their roles not bottom of the grid. In tree advance we can expande and collaps roles or parent row that why I wanted to add the data in tree advance grid. Do you have any reference to achieve this requirement please let me know. Hope understand my requirement.

Thanks