Ticket S30851
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

Validation - Check validation rules when input focus changes

Validation - Introduce an immediate visualization for properties, which are marked with the RuleRequiredValue attribute (BackgroundColor, Border or Icon)

created 16 years ago (modified 7 years ago)

Automatically highlight RuleRequiredValue properties: RuleHighlightMode { None, BackgroundColor, Border, Icon }
Also, it may be useful for other rules as well: for example, immediately highlight an editor if it contains an invalid value.
ValidationHighlightOptions.HighlightAlways.Add( typeof(RuleRequiredProperties));
ValidationHighlightOptions.HighlightAlwaysMode = new RuleHighlightModeBackgroundColor(Color.Red);
ValidationHighlightOptions.HighlightImmediatelyIfBroken.Add( typeof(RuleRangeProperties));
ValidationHighlightOptions.HighlightImmediatelyIfBrokenMode = new RuleHighlightModeBorder(Color.Yellow);
Or:
[RuleRange(…)]
[ValidationHighlightBorder(Color.Red, ValidationHighlightMode.HighlightImmediatelyIfBroken /* default mode */)]
public int Count { … }
[RuleRange(…)]
[ValidationHighlightBackgroundColor(Color.Red, ValidationHighlightMode.HighlightAlways)]
public int Count { … }
Also, provide a way to show requirements of any highlighted property to an end-user (tooltip/hint ?).
See Also:
Mandatory fields
Highlight required field in detailview
Thanks,
Dan

Show previous comments (1)
S S
S SQUARE SOLUTIONS 11 years ago

    Any Updates?
    Sujan

    DevExpress Support Team 11 years ago

      Hello,
      Though I understand that this is a high priority functionality for you, I cannot currently provide you with estimation dates on this feature. We refrain from announcing any specific feature for any product in R&D prior to its release. This is our position for many reasons, including the fact that by promising X or Y, developers end up planning their development schedules around our promised feature set, which can change quite dynamically. We keep this feature on our radar, but it is still premature to discuss when it may be available.

        Alexey,
        please excuse if I have to become apparent here: This comment after more than five years is ridiculous. I (and all other people who use XAF) am a developer myself. I have customers requensting features. After five years from the request, I would not have to answer or comment anything, because I would no loinger have the customer. I understand that the release process for your product is very complicated. And I do not take this feature for the most important in the category of important features (a workaround exists and everybody implemented it meanwhile, I think).
        But the reason you give for a meanwhile five years during implementation of a rather uncomplicated and small feature is really ridiculuos.
        Again, excuse my apparent words, I use XAF for many years now and I am very happy to have such a tool and - last not least - an excellent support.
        Kind regards,
        Markus

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.