Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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?
Solved! Go to Solution.
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
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
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