To add Edit button in data grid 2 .

0
Hi, I want to add Edit button in data grid 2. Can anyone please help me on this?   Note - I do not want to add in each row and I do not want to use data grid 1.
asked
2 answers
2

Hi, Sweety Kumari

 

1. Please create NPE entity and add association below example Product & SelectedProduct

image.png

 

2. Call a nanoflow on grid2 as show below

image.png

image.png

image.png3. Add a edit button on overview page and call a microflow on it as show below images 

 

image.png

image.png

image.png

 

I hope it will help you !

 

Thank you 

answered
0

If you do not want a button on each row you'll need to add something that you can use as the selected row or rows. A checkbox would do the trick, you can either add this in the entity or create functionality around the displayed entity that records the selection in an NPE object. Then with a button outside the gird retrieve the selected records and open the record in a new page.

answered