ahmet Karamanli
Posts: 0
Joined: Fri Aug 08, 2014 6:47 pm

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

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

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

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.

ahmet Karamanli
Posts: 0
Joined: Fri Aug 08, 2014 6:47 pm

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

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

Hello Ahmet,

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

Return to “Issues”