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

RadioButtonList Object

The following table lists the most important members of the client-side RadRadioButtonList object:

Public Properties

NameDescription
get_visibleReturns if the list is visible.
set_visibleSets the visibility of the list.
get_enabledReturns if the list is enabled.
set_enabledSpecifies if the list is enabled.
get_selectedIndexGets the index of the selected radio button.
set_selectedIndexChecks the radio button with the provided index.
get_itemsReturns a collection with the radio button list items.
get_toolTipGets the text displayed when the mouse pointer hovers over the list.
set_toolTipSets the text displayed when the mouse pointer hovers over the list.
get_heightGets the height of the control.
set_heightSets the height of the control.
get_widthGets the width of the control.
set_widthSets the width of the control.
get_validationGroupGets the name of validation group to which the list is assigned.
set_validationGroupSets the validation group to which the list should be assigned.

To get or set the selected item, see the Select Item article.

Methods for Modifying Client-side Event Handlers Dynamically

NameDescription
add_selectedIndexChangingThe name of the JavaScript function called when the selected index is to be changed.
remove_selectedIndexChangingRemoves a handler for the selectedIndexChanging event.
add_selectedIndexChangedThe name of the JavaScript function called when the selected index is changed.
remove_selectedIndexChangedRemoves a handler for the selectedIndexChanged event.
add_loadThe name of the JavaScript function called when the control loads.
remove_loadRemoves a handler for the clientLoad event.
add_itemClickingThe name of the JavaScript function called when the item is clicked, but before itemClicked event.
remove_itemClickingRemoves a handler for the itemClicking event.
add_itemClickedThe name of the JavaScript function called when the item is clicked.
remove_itemClickedRemoves a handler for the itemClicked event.
add_itemLoadThe name of the JavaScript function called when an item is loaded.
remove_itemLoadRemoves a handler for the itemLoad event.
add_itemMouseOverThe name of the JavaScript function called when the mouse cursor moves over an item.
remove_itemMouseOverRemoves a handler for the itemMouseOver event.
add_itemMouseOutThe name of the JavaScript function called when the mouse cursor moves out of an item.
remove_itemMouseOutRemoves a handler for the itemMouseOut event.

You can read more on the subject in the Setting Client Event Handlers by Using JavaScript help article.

See Also

In this article
See Also
Not finding the help you need?
Contact Support