Problem is we use Inspector class to maintain a view of an object, and when "Edit mode" changes, whole inspector nullifies the fields, and this event happens somewhere in the middle of the propagation of this change.
Any idea how to deal with this, or maybe how to formulate the question better?
Ideally when user goes from Edit to Not Edit mode, we would like the fields of inspector to stay as they are and just be read-only not emptied out.