Views: 8.4K
Replies: 0
Archived
|
Silverlight 4 DataForm and INotifyDataErrorInfoHi, I've spent some time testing and extending functionality of 'Silverlight Patterns 4.0 solution'. Can you please give some suggestion or an example how to implement INotifyDataErrorInfo (in Silverlight) over DataForm with: In the 'Silverlight Patterns 4.0 solution' there is CustomerViewModel.CurrentCustomer property directly bound to the DataForm as CurrentItem of DataGridCustomers. The CurrentCustomer is directly exposing Customer model. In case we edit Customer details and after failed details validation how to display error on DataForm? Havlas Jozef, Nov 04, 2010
|