We need to change the selected item of RadComboBox's hosted in RadGrid in BatchEdit mode.
We have a RadGrid with parent child relationships. If the parent row combobox is changed then the change needs to ripple through and change the same value in the child rows. If a child row is changed the parent may need to be changed as well.
The parent can be set to "Multiple,Detailed,Deferred" and a couple other values. If the parent is changed to Detailed then all the children become detailed. If the parent is Detailed and one of the children is changed to something other than Detailed then the parent must change to Multiple. If all the children changed to the same value then the parent should be changed to that value as well.
We are triggering processing with the grid OnBatchEditSetCellValue client event.
MasterTableView EditMode="Batch"
BatchEditSetting EditType="Cell"