dataform

How to create a user control that includes a dataform in Silverlight 4?

I created a custom UserControl named EditUserInfo, that includes a DataForm control. In the UserControl I created a Dependency Property of type UserInformation class named CurrentItem. The MainPage contains this user control, and in it's Loaded event I set UserControl's CurrentItem property to a newly created UserInformation object. Th...

silverlight 4 and DataForm and currenItem and AutoCommit

Hi All, I'have a datagrid and a dataform. I'm assigning data to DataForm with currently selected Item in the datagrid individually as DataForm.CurrenItem. This means that I do not have any Next/Previous button on the DataForm and user can switch to any row in the datagrid. My problem is that Although I have set the Property AutoCommi...