Ultragrid code for filtering windows in the

Source: Internet
Author: User
Tags empty expression valid

private void Gridfilter_customizer ()
{
Infragistics.Shared.ResourceCustomizer Rc=infragistics.win.ultrawingrid.resources.customizer;
Rc. Setcustomizedstring ("Rowfilterdropdownallitem", "all");
Rc. Setcustomizedstring ("Rowfilterdropdownblanksitem", "empty");
Rc. Setcustomizedstring ("Rowfilterdropdowncustomitem", "Custom");
Rc. Setcustomizedstring ("Rowfilterdropdownnonblanksitem", "not empty");
Rc. Setcustomizedstring ("Rowfilterdropdownallitem", "all");
Rc. Setcustomizedstring ("Rowfilterdialogtitleprefix", "Input filter Criteria for");
Rc. Setcustomizedstring ("Filterdialogandradiotext", "and");
Rc. Setcustomizedstring ("Filterdialogorradiotext", "or");
Rc. Setcustomizedstring ("Filterdialogaddconditionbuttontext", "Add one condition (&n)");
Rc. Setcustomizedstring ("Filterdialogdeletebuttontext", "delete a condition");
Rc. Setcustomizedstring ("Filterdialogokbuttontext", "OK (&o)");
Rc. Setcustomizedstring ("Filterdialogcancelbuttontext", "Cancellation (&c)");
Rc. Setcustomizedstring ("Filterdialogokbuttonnofilterstext", "no filtration");
Rc. Setcustomizedstring ("Rowfilterdialogoperatorheadercaption", "comparison operator");
Rc. Setcustomizedstring ("Rowfilterdialogoperandheadercaption", "Guidelines");
Rc. Setcustomizedstring ("Rowfilterdropdownequals", "equal");
Rc. Setcustomizedstring ("Rowfilterdropdownnotequals", "Not Equal");
Rc. Setcustomizedstring ("Rowfilterdropdownlessthan", "less than");
Rc. Setcustomizedstring ("Rowfilterdropdownlessthanorequalto", "less than equal");
Rc. Setcustomizedstring ("Rowfilterdropdowngreaterthan", "greater than");
Rc. Setcustomizedstring ("Rowfilterdropdowngreaterthanorequalto", "Greater than equals");
Rc. Setcustomizedstring ("Rowfilterdropdownmatch", "Custom rule expression");
Rc. Setcustomizedstring ("Rowfilterdropdownlike", "Fuzzy Lookup");

   RC. Setcustomizedstring ("Rowfilterdialogblanksitem", "blank");
   RC. Setcustomizedstring ("Rowfilterdialogdbnullitem", "no value");
   RC. Setcustomizedstring ("Rowfilterdialogemptytextitem", "null character");

   RC. Setcustomizedstring ("Rowfilterdropdown_operator_equals", "equal");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_notequals", "Not Equal");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_lessthan", "less than");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_lessthanorequalto", "less than equal");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_greaterthan", "greater than");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_greaterthanorequalto", "Greater than equals");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_match", "Custom rule expression");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_like", "Fuzzy Lookup");

Rc. Setcustomizedstring ("Rowfilterpatterncaption", "Invalid lookup mode");
Rc. Setcustomizedstring ("Rowfilterpatternerror", "bad parsing mode {0}." Enter a valid expression ");
Rc. Setcustomizedstring ("Rowfilterpatternexception", "Invalid lookup mode {0}");
Rc. Setcustomizedstring ("Rowfilterregexerror", "invalid rule expression {0}." Enter a valid expression ");
Rc. Setcustomizedstring ("Rowfilterregexerrorcaption", "Invalid Rule expression");
Rc. Setcustomizedstring ("Rowfilterregexexception", "invalid rule expression {0}");
}

There is something wrong with the translation. Please understand that there is just a netizen needs, so posted up.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.