In a 2-level heirarchy, the DefaultName property on the parent object is a reference to the Name property of the child object that has its Default property set to True.
With these objects as parent/child rows in a RadGrid, an edit to the Name of the child is not reflected back to the DefaultName of the parent after the update. In fact, there seems to be no attempt to refresh the parent grid even though it has been set to update itself in RadAjaxManager.
With these objects as parent/child rows in a RadGrid, an edit to the Name of the child is not reflected back to the DefaultName of the parent after the update. In fact, there seems to be no attempt to refresh the parent grid even though it has been set to update itself in RadAjaxManager.