Layout
The RadioGroup supports two types of layout
- "horizontal" and "vertical". By default the radio buttons are rendered vertically.
The following example shows how to set the RadioGroup layout:
<kendo-radiogroup name="radiogroup"
radio-name="radiogroup"
layout="RadioGroupLayout.Horizontal"
bind-to="Model.Items">
</kendo-radiogroup>