Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Custom Labels
posted

Hello,

I have a grid with filters and I would like to customize the labels "Starts with ..." and "Contains ...".
To do this, I set the following property:

features: [
                {
                    name: "Filtering",
                    type: "local",
                    labels: {
                        contains: "Custom Contains",
                        containsNullText: 'Custom ContainsNullText'

In the dropdown menu, "Custom Contains" appears but the label "Contains..." has not been changed to "Custom ContainsNullText".

Should I use the key "containsNullText" to set this value?


Thanks

iggrid_filter_language.zip
Parents
  • 465
    Verified Answer
    posted

    Works with:

    features: [
                    {
                        name: "Filtering",
                        type: "local",
                        labels: {
                            contains: "Custom Contains",
                        },
                        nullTexts: {
                            containsNullText: 'Custom ContainsNullText'

                        }

Reply Children
No Data