Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8298993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T15:59:12+00:00 2026-06-08T15:59:12+00:00

I am using infragistics UltraValidator. I want to remove the text validation failed with

  • 0

I am using infragistics UltraValidator. I want to remove the text “validation failed with the following error(s)” from validate message box. please help me out

HERE IS THE CODE >>

private void uValidate_ValidationError(object sender, ValidationErrorEventArgs e){

        Infragistics.Win.Misc.ValidationSettings settings;
            settings = this.uValidate.GetValidationSettings( UltraTextEditor );
            settings.NotificationSettings.Action = Infragistics.Win.Misc.NotificationAction.MessageBox;
            settings.NotificationSettings.Caption = "Required Fields";
            settings.NotificationSettings.Text = "Select Customer";
    }


bool ValidateMyControls()
    {
        Infragistics.Win.Misc.Validation v = uValidate.Validate();

        return v.IsValid;
    }

uValidate is UltraValidator control

when the method ValidateMyControls() is triggered, I will get a message box, with a string on top “Validation failed with the following error(s):”. This string i need to remove or edit.

Regards
Anfil

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T15:59:13+00:00Added an answer on June 8, 2026 at 3:59 pm

    Now I understand what’s happening here.
    You need to customize the resource string identified by:

    "Validate_ErrorNotificationMessageHeader"
    

    This is an internal string contained in the resources of the Infragistics.Win.Misc assembly and it is displayed automatically by the assembly before your message “Select Customer”.

    You could customize the string with the following instruction

    ResourceCustomizer rc = Infragistics.Win.Misc.Resources.Customizer;
    rc.SetCustomizedString("Validate_ErrorNotificationMessageHeader", "Your message here");
    

    Every Infragistics assembly has a list of strings that can be customized in this way.
    For a complete list of the resource strings available look here. (And this is only for WinForms).
    The best method to handle this task is to create a generic method called just one time at the startup of your application (Something like GlobalAppUtility.SetInfragisticsResourceStrings(); )

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the Infragistics XamDateTimeEditor control and I want to add a dependency
I am using infragistic's ultragrid and I want to show the text portion of
I'm developing a web site, and i'm using infragistics for web, but I want
Using the Infragistics UltraGrid (e.g. myGrid ), I want to: Hook an event that
I am using UltraComboEditior of Infragistics Conrtrols in C# winform application, I want to
I am using Xamdockmanager provided by Infragistics. I want to change the location of
I am using an Infragistics UltraWinGrid v9.1. I want to allow the user to
I'm using the Infragistics UltraWebGrid control and have the following layout: <igtbl:UltraWebGrid ID=uwgPrescribedTrainingPlan runat=server
We're using Infragistics grid (most probably, we'll have 8.2 version at the end) and
I am using the Infragistics UltraWebGrid to capture some data. I don't have this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.