Is it possible to trigger a specific validation based on two properties, but mark only one of the properties as in error on the client?
For example, let us say we have FromDate and ToDate properties on an entity. Is it possible to trigger validations when either FromDate or ToDate is changed (which of course, is possible), but notify only ToDate in either case so that only ToDate is shown as in error. Is there any trigger setting which can accomplish this?
Currently (DevForce 6.0.6), both properties are shown with error marking (red box around - INotifyDataErrorInfo) on the silverlight client, and the ValidationSummary (Silverlight control) reports the same error twice as both properties are in error.
Thanks