Skip to main content
A newer version of this page is available. .

Radio Button List

The BootstrapRadioButtonList editor is a radio button group that provides end-users with the capability to select a single item at a time.

BootstrapRadioButtonList_Overview

Bootstrap Radio Button List supports both data-bound and unbound modes. This means that its contents can be generated dynamically by binding the editor to a data source, as well manually populating the control’s item collection.

Selection

The item selected within Bootstrap Radio Button List can be determined by iterating through list items and inspecting an item’s ListEditItem.Selected property, or by using specific properties declared at the editor level (ASPxListEdit.SelectedItem, ASPxListEdit.SelectedIndex). You can easily manipulate a selected item on the client side by using specific client methods (ASPxClientListEdit.GetSelectedItem/ASPxClientListEdit.SetSelectedItem, ASPxClientListEdit.GetSelectedIndex/ASPxClientListEdit.SetSelectedIndex).

Layout Customization

The Bootstrap Radio Button List layout can be flexibly customized. You can display check box items in several columns using the ASPxCheckListBase.RepeatColumns property.