I have a Silverlight User Control. This contains a DataForm. This DataForm nests another Silverlight User Control, which also contains a DataForm.
I have bound the nested dataform successfully to an object in the parent control.
I can NOT however, get the nested control to enter Edit mode along with the parent. I have tried calling it directly by using the FindNameInContent method to return the nested dataform and then called BeginEdit() but this fails (returns false).
Stuck.