Coding of filtering window in ultragrid

Source: Internet
Author: User

Private void gridfilter_customizer ()
{
Infragistics. Shared. resourcecustomizer rc = infragistics. Win. ultrawingrid. Resources. customizer;
RC. setcustomizedstring ("rowfilterdropdownallitem", "all ");
RC. setcustomizedstring ("rowfilterdropdownblksitem", "null ");
RC. setcustomizedstring ("rowfilterdropdowncustomitem", "Custom ");
RC. setcustomizedstring ("rowfilterdropdownnonblanksitem", "non-empty ");
RC. setcustomizedstring ("rowfilterdropdownallitem", "all ");
RC. setcustomizedstring ("rowfilterdialogtitleprefix", "input filtering criterion ");
RC. setcustomizedstring ("filterdialogandradiotext", "and ");
RC. setcustomizedstring ("filterdialogorradiotext", "or ");
RC. setcustomizedstring ("filterdialogaddconditionbuttontext", "add a condition (& n )");
RC. setcustomizedstring ("filterdialogdeletebuttontext", "delete a condition ");
RC. setcustomizedstring ("filterdialogokbuttontext", "OK (& O )");
RC. setcustomizedstring ("filterdialogcancelbuttontext", "cancel (& C )");
RC. setcustomizedstring ("filterdialogokbuttonnofilterstext", "Do not filter ");
RC. setcustomizedstring ("rowfilterdialogoperatorheadercaption", "comparison operator ");
RC. setcustomizedstring ("rowfilterdialogoperandheadercaption", "criterion ");
RC. setcustomizedstring ("rowfilterdropdownequals", "equals ");
RC. setcustomizedstring ("rowfilterdropdownnotequals", "not equal ");
RC. setcustomizedstring ("rowfilterdropdownlessthan", "less ");
RC. setcustomizedstring ("rowfilterdropdownlessthanorto to", "less than or equal ");
RC. setcustomizedstring ("rowfilterdropdowngreaterthan", "greater ");
RC. setcustomizedstring ("rowfilterdropdowngreaterthanorto to", "greater than or equal ");
RC. setcustomizedstring ("rowfilterdropdownmatch", "custom rule expression ");
RC. setcustomizedstring ("rowfilterdropdownlike", "fuzzy search ");

RC. setcustomizedstring ("rowfilterdialogblksitem", "blank ");
RC. setcustomizedstring ("rowfilterdialogdbnullitem", "valueless ");
RC. setcustomizedstring ("rowfilterdialogemptytextitem", "null character ");

RC. setcustomizedstring ("rowfilterdropdown_operator_equals", "equal ");
RC. setcustomizedstring ("rowfilterdropdown_operator_notequals", "not equal ");
RC. setcustomizedstring ("rowfilterdropdown_operator_lessthan", "less ");
RC. setcustomizedstring ("rowfilterdropdown_operator_lessthanorequalto", "less than or equal ");
RC. setcustomizedstring ("rowfilterdropdown_operator_greaterthan", "greater ");
RC. setcustomizedstring ("rowfilterdropdown_operator_greaterthanorto to", "greater than or equal ");
RC. setcustomizedstring ("rowfilterdropdown_operator_match", "custom rule expression ");
RC. setcustomizedstring ("rowfilterdropdown_operator_like", "fuzzy search ");

RC. setcustomizedstring ("rowfilterpatterncaption", "invalid search mode ");
RC. setcustomizedstring ("rowfilterpatternerror", "incorrect parsing mode {0}. enter a valid expression ");
RC. setcustomizedstring ("rowfilterpatternexception", "invalid search 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 }");

}

The translation is incorrect. Please understand that there is a netizen who needs it, So I pasted it.

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.