Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
I wanted to add the button in the advanced grid column/cell.
Can anyone please help me out how to create it?
Thanks & Regards,
Khushboo Jain
Solved! Go to Solution.
I would use the Collection / Repeater Widget only and not the Grid Widget.
Then with e.g. fixed width elements (e.g. textboxes, labels etc) placed in the Collection it will look like a Grid without being an actual Grid.
I don't think you can add a Button to a (Advanced) Grid Widget cell.
You would have to use the Repeater or Collection Widget to include other Widgets.
The Grids can only display from the underlying InfoTable and style it, but can't transform elements into other Widgets nor add additional (Widget) elements that are not in the InfoTable.
At least not without heavily customizing the Grid Widgets.
Cheers,
Michael
Thanks for your reply
Do you think we can add button and grid by using collection and repeater widgets?
Regards,
Khushboo jain
I would use the Collection / Repeater Widget only and not the Grid Widget.
Then with e.g. fixed width elements (e.g. textboxes, labels etc) placed in the Collection it will look like a Grid without being an actual Grid.
Hi @khushboo_jain.
If one of the responses provided by @mneumann helped you to solve your issue, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon