RadListBox for ASP.NET AJAX

RadControls for ASP.NET AJAX

You can easily add an image and/or a checkbox to the RadListBox item.

 
Images check boxes

Adding checkboxes to items

Set the CheckBoxes property of RadListBox to True. This will add a checkbox on the left of every list item.

  • You can use the Checked property (True or False) of the list item to change its checked state.

  • Use the Checkable property of the item if you need to hide the checkbox of that item.

Adding images to items

Set the ImageUrl property of the list items to the path to the image. Leave the property blank to have the item with no image.

See Also