Need logical operators("<") to be accepted as input character for filtering in the grid column

Hi, 

I need to use logical operators to be accept in den filtering process. Unfortunately I couldn't find a solution for this issue. 

Regards


3 Replies

RR Rajapandi Ravi Syncfusion Team August 27, 2021 11:10 AM UTC

Hi Andreas, 

Greetings from syncfusion support 

From your update, we could see that you like to Filter the Grid column with ‘lessthan’ operator. The filter operator for a column can be defined in filterSettings.columns.operator property. We have already discussed about your requirement with our documentation. So, please share the below documentation and sample demos for more information. 


                               https://ej2.syncfusion.com/react/documentation/grid/filtering/#initial-filter  


Regards, 
Rajapandi R 



AW Andreas Weber August 30, 2021 07:34 AM UTC

Thank you for your replay, but there is a misunderstanding. 

I have attached a image with the issue. I use mode: "Immediate", showFilterbarOperators: true and operator: "contains". In this example I want to have ">EventGridSort" as Filering result. How can I enable to filter with logical operators as input characters?


Regards,

Fabian 


Attachment: operatorAsInput_f2a9cf17.zip


RR Rajapandi Ravi Syncfusion Team August 31, 2021 11:44 AM UTC

Hi Andreas, 

Thanks for the update 

By default, in our EJ2 Grid, we can only Filter the string values in the String type columns. The Grid filter does not support to Filter any special characters and Arithmetic operators such as ['>', '<', '=', '!'] for the string columns. This is the default behavior of our Grid. 

Regards, 
Rajapandi R 


Loader.
Up arrow icon