or
I am currently builting a resource management app. I have a row of data which consists of a resource name and their hours per month for 12 months.
I want the user to be able to edit each month's hours by double click and then edit in place (e.g. http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultcs.aspx) - this works fine.
However, I also want to be able to edit the resource name in a popup window, as I need to have related comboboxes to select the resource name.
Is this possible? I only seem to be able to set the EditMode at MasterTableView level - which means one or the other, but not both.
Any help would be greatly appreciated!
Matt
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