pxRadioButtons control consumes large space in height and width
Hello,
I want to have a radio button for each row in a table. However, I can't adjust the height and width properly. System inserts large space as below, which makes UI strange. I want to remove unnecessary spaces.

I am simply using the most standard radio button control, pxRadioButtons. Right after I specify the control, it consumes large space as below.

I tried changing the cell width and height to a smaller value, but it doesn't work. What is the easiest solution to fix this?

Regards,





@CloeW938
I do not know how to handle this by Skin rule, but we have fixed the same issue using inline style.
1. First of all, make sure "Display row numbers" is not checked in the Table configuration (if this is checked, the further steps won't work well).
2. Select row in the Table and configure height directly in the inline style as below.
3. Select column in the Table and configure width and height directly in the inline style as below. Also, Filtering must be set to "None" (the default is "Auto").
@CloeW938
I do not know how to handle this by Skin rule, but we have fixed the same issue using inline style.
1. First of all, make sure "Display row numbers" is not checked in the Table configuration (if this is checked, the further steps won't work well).
2. Select row in the Table and configure height directly in the inline style as below.
3. Select column in the Table and configure width and height directly in the inline style as below. Also, Filtering must be set to "None" (the default is "Auto").
4. That's it. The unnecessarily large space is now adjusted and UI should look good. The actual size may slightly differ per screen resolution and environent. In my desktop, width is 45px and height is 37.67px as below.
Thanks,