Skip to main content
1-Visitor
January 4, 2019
Solved

It is possible to have a drop down inside any of the grid widgets in Thingworx?

  • January 4, 2019
  • 1 reply
  • 2621 views

I want each cell of one entire column in a grid to have drop-downs, so that the user can select the value from the drop-down when the table is editable.

Is it possible to achieve this functionality using any of the grid widgets (grid, advanced grid ..etc ) in Thingworx?

What should i do to implement this functionality?

Best answer by mneumann

Hi @Dabbler_Aish

by default the Grids only display Data from an InfoTable - with no additional Widgets configurable.

You could use Collection / Repeater Widgets to build some kind of Grid / row-based display where you can use Dropdowns or List Widgets.

 

I've also left some comments at https://community.ptc.com/t5/ThingWorx-Developers/How-to-add-button-in-column-cell-of-advanced-grid-widget/m-p/587822#M33324 - which is a similar question to yours, just with Buttons

 

I hope this helps,

Michael

1 reply

mneumann16-PearlAnswer
16-Pearl
January 7, 2019

Hi @Dabbler_Aish

by default the Grids only display Data from an InfoTable - with no additional Widgets configurable.

You could use Collection / Repeater Widgets to build some kind of Grid / row-based display where you can use Dropdowns or List Widgets.

 

I've also left some comments at https://community.ptc.com/t5/ThingWorx-Developers/How-to-add-button-in-column-cell-of-advanced-grid-widget/m-p/587822#M33324 - which is a similar question to yours, just with Buttons

 

I hope this helps,

Michael

Community Manager
January 15, 2019

Hi @Dabbler_Aish.

 

If the solution provided by @mneumann answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon