New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Properties and Events

RadRadioButtonList common features (properties)

PropertyDescription
AccessKeySpecifies the access key that triggers the functionality of the first button in the list.
AriaSettingsGets the object that controls the Wai-Aria settings applied on the control's element.
AppendDataBoundItemsGets or sets a value that indicates whether list items are cleared before data binding.
AutoPostBackSpecifies if change of the checkbox list should initiate a postback.
CausesValidationGets or sets a value indicating whether validation is performed when the checkbox list gets changed.
ClientEventsInline property of type CheckBoxClientEvents, which gets or sets the client event handlers attached to the control.
CssClassGets or sets the CSS class applied to the element of the control.
DataSourceGets or sets the object from which the data-bound control retrieves its list of data items.
DataSourceIDGets or sets the ID of the control from which the data-bound control retrieves its list of data items.
DataBindingsInline property of type CheckBoxListBindings Gets or sets the databinding configuration of the control
EnableAriaSupportWhen set to true enables support for WAI-ARIA
EnabledGets or sets a value indicating whether the Web server control is enabled.
HeightGets or sets the height of the Web server control.
KeyboardNavigationSettingsDefine keyboard shortcut to focus the first list item.
ItemsGets the collection of ButtonListItem items in the list control. An item has Text, Value, Selected and Enabled properties.
OnSelectedIndexChangedRaises the SelectedIndexChanged event. This allows you to provide a custom handler for the event.
OnItemDataBoundRaises the ItemDataBound event when each item is data bound. This allows you to provide a custom handler for the event.
OnItemCreatedRaises the ItemCreated event when an item is created. This allows you to provide a custom handler for the event.
LayoutGets or sets the layout in which the checkboxes are rendered. Possible values are Flow, OrderedList, UnorderedList. OrderedList and UnorderedList do not support Horizontal Direction and Columns.
ColumnsGets or sets the number of columns to display in the RadCheckBox control, when the layout is Flow.
DirectionGets or sets the direction in which the checkboxes within the group are displayed.
ItemCountGets the number of list items in the RadCheckBox control.
SelectedIndexGets or sets the lowest ordinal index of the selected items in the list.
SelectedIndicesGets a collection of all selected checkboxes by indices.
SelectedItemGets or sets the selected item with the lowest index in the list control.
SelectedItemsGets a collection of all selected checkbox items.
SelectedValueGets or sets the value of the selected item in the list control, or selects the single item in the list control that contains the specified value.
SelectedValuesGets a collection of all selected checkboxes by values.
TabIndexGets or sets the tab index of the Web server control. Applied on each checkbox.
ToolTipGets or sets the text displayed when the mouse pointer hovers over the Web server control.
ValidationGroupGets or sets the group of controls for which the Button control causes validation when it posts back to the server
VisibleGets or sets a value that indicates whether a server control is rendered as UI on the page.
WidthSpecifies the width of the button

Server - side Events:

PropertyDescription
SelectedIndexChangedRaised when the selected item is changed.
ItemDataBoundRaised when the RadRadioButtonList performs a data bound.
ItemCreatedRaised when an item is created in the Items collection of RadRadioButtonList.