Editable Grid

1
Can I make a form with an editable grid?   Can I use copy and paste on a grid row?   Thank you
asked
2 answers
1

Hi Jesus Soto Urbiola,

                                          You can edit the grid by using its default class name

.mx-datagrid. Using the following code u can select the row and the set a button on top to trigger a microflow where all the form object can be duplicated  and created on a new row as a new object..

answered
0

You can make a datagrid editable trough an option in the individual collumns properties. Do note that the users needs to have the proper write access.

answered