or
StringBuilder sb = new StringBuilder(); IList<RadListBoxItem> collection =RadListBox1.CheckedItems; foreach (RadListBoxItem item in collection) { sb.Append(item.Value + "<br />"); } The checked box in the template is not counting towards the checked value of the list item.
if( (sender as CheckBox).Checked ){ RadDateTimePicker1.DatePopupButton.CssClass = "rcCalPopup"; RadDateTimePicker1.TimePopupButton.CssClass = "rcTimePopup"; RadDateTimePicker2.DatePopupButton.CssClass = "rcCalPopup"; RadDateTimePicker2.TimePopupButton.CssClass = "rcTimePopup"; }else { RadDateTimePicker1.DatePopupButton.CssClass = "rcCalPopup rcDisabled"; RadDateTimePicker1.TimePopupButton.CssClass = "rcTimePopup rcDisabled"; RadDateTimePicker2.DatePopupButton.CssClass = "rcCalPopup rcDisabled"; RadDateTimePicker2.TimePopupButton.CssClass = "rcTimePopup rcDisabled";}Value should be of type decimal