Page 1 of 1
Problem with Radio Button in Layout Grid
Posted: Mon Aug 12, 2019 8:33 pm
by REKAsoft
When I create a form in a layout grid, I can not place the radio buttons. That means the buttons always take the full width of the grid.
https://demo.rekasoft.ch/index.php
Re: Problem with Radio Button in Layout Grid
Posted: Mon Aug 12, 2019 8:59 pm
by Pablo
By design, a radio button is a block element, so it is full width.
But you can use a nested grid to put a radio button on the same row.
Re: Problem with Radio Button in Layout Grid
Posted: Mon Aug 12, 2019 10:01 pm
by REKAsoft
In version 14 this was not so, why was this changed now?
Re: Problem with Radio Button in Layout Grid
Posted: Tue Aug 13, 2019 7:09 am
by Pablo
It turns out I was wrong. The element is 'inline', but somehow you have managed to turn it into a 'block' element.
If you create a new radio button then it should work correctly.
I will investigate if I can add an option for this.
Re: Problem with Radio Button in Layout Grid
Posted: Tue Aug 13, 2019 8:37 am
by REKAsoft
Thanks for the important feedback. I have now been able to locate the error. I created a new project with the WWB 15 and this page was then imported from a WWB 14 project, but the error occurred. The existing radio buttons had to be deleted and replaced with new ones ....... Now it works.
