Skip to main content
1-Visitor
January 2, 2017
Question

How to add "Button" in the column of grid?

  • January 2, 2017
  • 2 replies
  • 5805 views

I want to add a "Button" in the specific column of a "Grid" for every row.

Also that button should be toggle button (That is if that button has text 'On' & after click text should changed to 'Off' and vise-versa).

How do I achieve this functionality?

I am using Thingworx version 6.0 .

Thanks & Regards,

Rupesh

2 replies

1-Visitor
January 2, 2017

Hi Rupesh,

You can't with Grid Widget, if you want to have this kind of interaction you should use Repeater Widget instead.

Carles.

rmote1-VisitorAuthor
1-Visitor
January 10, 2017

Hi Carles,

Thanks for your reply !

Can we add check box in the grid instead of button?

If yes, how ?

And how can I handle particular functionality on the check/uncheck event of check box?

Thanks,

Rupesh

1-Visitor
January 10, 2017

Hi Rupesh, again use Repeater Widget to do this kind of interaction.

20-Turquoise
January 10, 2017

Buttons in a grid column feature has been submitted as an enhancement request, PSPT-3236.

rmote1-VisitorAuthor
1-Visitor
January 12, 2017

Thanks Polina