How-to (sort) order of radio buttons?

0
Hello, is there a way to define a sort order on radion buttons (based on a data source)?
asked
1 answers
1

Hi Thomas,

 

There is a way to have a sorted order to your radio buttons. Lets say, there is no order..

 

in case of a database retrieve, simply set the order in the retrieve action

 

 

In case of an enumerations, try the following

 

you can easily move items up and down the list in order to create your order

 

 

which results in...

 

 

 

 

 

 

Hope this will get yhou going.

 

Good luck,

Jan

answered