Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
IEditableObject
posted

The row model for my grid row is a complex object. 

Each of the contained types and the type itself implements IEditableObject, but when the unbound fields are being edited, The IEditableObject's functions are not called. How do I make this work.

NOTE: When the fields on my row model's type itself are being edited the functions are called.