Change Filter Type values in Filter dropdown in FlexGridFilter

Posted by: justin.hayes on 16 November 2020, 1:52 am EST

  • Posted 16 November 2020, 1:52 am EST

    By default, the 2 Filter Type values are “Filter by Condition” and “Filter by Value”. I need to make these values sentence case. How can I edit these values? My project is running Angular 10.2 with Wijmo 5.20202.732.

  • Posted 16 November 2020, 7:59 pm EST

    Hello Justin,

    In the app.module.ts file, add the following code to update the values accordingly:

    import * as wijmo from "@grapecity/wijmo";
    wijmo.culture.FlexGridFilter.values = "Filter by value";
    wijmo.culture.FlexGridFilter.conditions = "Filter by condition";
    

    The culture objects contains all the string used in Wijmo and it can be modified as per the requirements.

    Regards,

    Ashwin

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels