Page 1 of 1

Radiobuttons group not working on dynamic filled list

Posted: Wed Sep 18, 2013 11:33 am
by Michael Van Dingenen

I have created a page with a list on it, this list is filled by the response of a rest service.
When I add a radiobutton group in the listitem , I am not able to select one of the listitems when I preview the application, it always stays on the standard selected item.
The listitems are also not on 1 line but in the UI view they are.

here are some screenshots :

Image

Image

Image


Radiobuttons group not working on dynamic filled list

Posted: Wed Sep 18, 2013 12:50 pm
by Kateryna Grynko

Hi Michael,

The problem is that listview is not for such a complex content inside. You should review the application interface. For example it may be a three-column table.

We also recommend you to take a look at the documentation on radiobutton and checkbox: http://docs.appery.io/tutorials/how-t...


Radiobuttons group not working on dynamic filled list

Posted: Thu Sep 19, 2013 11:06 am
by Michael Van Dingenen

I tried it with a grid but that also does not work.
What do you mean with table? A table you create in HTML ?
Because when I do that I can not see the cells in datamapping.


Radiobuttons group not working on dynamic filled list

Posted: Thu Sep 19, 2013 12:10 pm
by Kateryna Grynko

Hi Michael,

I mean table as a Grid component.
You could rethink your interface.