I am developing a Silverlight web app and got stuck on the current problem. Is it possible to make a field required only if value is entered into another field. For example if you have a DataForm to
I have an interesting problem with the Silverlight DataForm and child collections.I\'ve also got a solution that works but it feels like a hack (it is a hack) and I was wondering if anyone had a more
I have a DataForm bound to a collection of RoleViewModel objects.I\'m using MVVMLight\'s EventToCommand behaviour bound to the EditEnding event of the DataForm to inform my ViewModel when a Role has b
I am trying to make a simple Silverlight application that will be hosted on a SharePoint site. I am reading the information from the list \"testlist\" and I am trying to use a dataform control to edit
This question already has answers here: How can I find WPF controls by name or type? (21 answers) Closed 2 years ago.
I have a data form that is bound to an object whose properties are decorated with System.ObjectModel.DataAnnotation attributes for validaton.
I have several ComboBoxes in a DataForm and am trying to have it so that certain ComboBoxes are disabled until a particular ComboBox is selected. To this end, I created a notification property named C
Bear with me, this is possibly a very specific problem we\'ve encountered here: We have a silverlight application that gets its data from a WCF (not RIA) back end service.We are displaying a collecti
If I popup a child window in my editable dataform it will gray out until you click on it again.Is this a bug?
I have a dataform that is bound to a list of objects.The fields on the dataform are generated for the primitive properties (name, description, etc).Howe开发者_开发百科ver, this object also includes a