Having a view inherited from Catel's DataWindow
base class with DataWindowMode.OkCancelApply
. Now I am trying to disable OK/Apply (or even only Apply) buttons and enable them when some model's property has been modified.
After investigation, I found that ValidateData()
override does what I need. Still can't figure out how to validate unchanged properties from the model there by using Catel.