Skip to main content
1-Visitor
February 16, 2022
Solved

How to use button widget in collection widget

  • February 16, 2022
  • 1 reply
  • 1889 views

Hello,

 

I have tried using a collection widget instead of using a grid , as I want to add a delete icon button which is when clicked a popup window should open. 

I have added the delete icon button in my base mashup , which is repeated in the collection mashup , but on clicking it , the popup window is not displayed.

I have added the mashup parameters to connect the infotable data with the other columns.

How to configure delete icon button so as to open a popup window. 

Best answer by YS_10134308
Sure , why not.
So firstly I created a base mashup in which I added 4-5 textfields so that it looks like a row of the table , then a button icon for delete
Then I binded the clicked event property of the button widget to the navigation function.
And then created a new mashup having the collection widget, in add mashup property of collection widget I added my base mashup.

1 reply

1-Visitor
February 16, 2022

I got the solution for it .

24-Ruby III
February 16, 2022

Could you please provide it for other users?

YS_101343081-VisitorAuthorAnswer
1-Visitor
February 18, 2022
Sure , why not.
So firstly I created a base mashup in which I added 4-5 textfields so that it looks like a row of the table , then a button icon for delete
Then I binded the clicked event property of the button widget to the navigation function.
And then created a new mashup having the collection widget, in add mashup property of collection widget I added my base mashup.