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 am playing around with the BookShelf demo application by John Papa. And would like to make some adjustments in how a book item is edited. In that application both the BookView and the EditBookWindow
I\'ve got a form with several textboxes and one datagrid. One business entity can be bound to this form. For example, BO looks like this:
When I start editing my grid IEditableObject.BeginEdit. And if I leave then IEditableObject.EndEdit is called. However, if I press Escape then IEditableObject.CancelEdit doesn\'t get called.开发者_Sta
I have a class that implements IEditableObject and now I\'m wondering if it\'s possible to call BeginEdit() automatically when the source of the binding is updated?