Page 1 of 1

How to implement a list with radio button and let modify the user.

Posted: Sat Sep 19, 2015 3:18 pm
by ahmet Karamanli

Hi I have a list of let's say with a 100 items, but each item has a status which can be "OPTION 1", "OPTION 2" or "OPTION 3", it depends on user action.

How can I save the selection (from the radio button) of the user in the list. I suppose I can make a change and save actual value. Image


How to implement a list with radio button and let modify the user.

Posted: Sun Sep 20, 2015 5:23 am
by Alena Prykhodko

Hello Ahmet,

You can find how to get Radio button value here https://devcenter.appery.io/documenta...
You will need to add some custom logic to save it where you need.


How to implement a list with radio button and let modify the user.

Posted: Sun Sep 20, 2015 8:24 am
by ahmet Karamanli

Hi, Alena,

My question is just That code what you probably mentioned. Where Can I put this code? and which code do you mean?

If I have lets say 3 Items in the list and the user changes the value of one or two radio buttons how can I take care that it is updated in the database. I have Added a SAVE button in the header to save the changes. I suppose I can call the "Update List Item" database service to save the changes, is that right ? or do you have a better solution?

By the way, The list is dynamic, today it is 10 items and tomorrow it can be 5, but that should not a problem I suppose.


How to implement a list with radio button and let modify the user.

Posted: Thu Sep 24, 2015 5:28 pm
by Serhii Kulibaba

Hello Ahmet,

You have to add update service, which runs on radio change event.