Using Custom Operators

Hi,

Trying to use custom operators in query builder but in the resulting rule the value is null. Is it possible to build rules with custom operators ?


    "rules": [
        {
            "label": "Test",
            "field": "CUSTOM_FIELD_VALUE_TEXT",
            "operator": "isuppercase",
            "type": "string",
            "value": null
        }



1 Reply 1 reply marked as answer

TS Thaneegairaj Sankar Syncfusion Team April 21, 2022 12:22 PM UTC

Hi Halit,


We have prepared a sample based on your requirement, please find the below link.


Sample link: https://stackblitz.com/edit/angular-2eptgk-rymbnc?file=app.component.html


Please get back to us if you need further assistance.


Regards,

Thaneegairaj S


Marked as answer
Loader.
Up arrow icon