ieditableobject
Silverlight DataForm, MVVM, IEditable object and custom EditTemplate. How to go about custom dirty state checking
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[详细]
2023-03-31 08:51 分类:问答Silverlight MVVM IEditableObject Dialog
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[详细]
2023-03-15 20:37 分类:问答How to prevent CurrencyManager from calling BeginEdit()/EndEdit() methods for bound objects
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:[详细]
2023-02-09 01:40 分类:问答WPF: What could cause a DataGrid to call IEditableObject.BeginEdit/EndEdit but never IEditableObject.CancelEdit
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[详细]
2023-01-08 01:32 分类:问答WPF: Is it possible to call BeginEdit (IEditableObject) automatically when the binding source is updated?
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?[详细]
2022-12-20 19:00 分类:问答