Make Dataview Editable=Yes when click a button

0
Hi,   i have a page with a dataview non editable and a button. I would like to change the value Editable to Yes when click on the button. Could you help me, please? How can i do?   Thanks in advance.
asked
2 answers
3

What you can do is that you can add a boolean attribute “Editable”, and when the user clicks on the button you change the value of this boolean to true. Also, you will need to set the editability of the attributes that you want to change their editability to be dependent on the boolean attribute. This way, they’re non-editable by default, and when you click on the button they become editable.

answered
0

Thanks a lot. You helped me!!

answered