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

How to add button in column/cell of advanced grid widget?

  • January 2, 2019
  • 1 reply
  • 3906 views

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

Best answer by mneumann

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.

1 reply

16-Pearl
January 3, 2019

Hi @khushboo_jain

 

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

1-Visitor
January 7, 2019

Thanks for your reply

Do you think we can add button and grid by using collection and repeater widgets?

 

Regards,

Khushboo jain

mneumann16-PearlAnswer
16-Pearl
January 7, 2019

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.