RadComboBox as a PropertyDefinition editor cannot be closed and blocks the UI when the PropertyGrid is placed inside ChildWindow
This behavior is caused by the fact that RadPropertyGrid, reloads its fileds as soon as a new PropertyDefinition gets added. Thus, its content is forced to changed before the combo box can properly close. A valid out of the box solution would be difficult to achieve.