This is a migrated thread and some comments may be shown as answers.

Filter extra logic

3 Answers 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Artem
Top achievements
Rank 1
Artem asked on 15 Mar 2013, 08:47 AM
Hello,

On filter section we have extra logic (“or”, “and”). We need to remove “or”. How can we do this via settings?

Best regards,

Artem

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 15 Mar 2013, 05:28 PM
Hello Artem,


You could achieve this by specifying an empty string as a message for the "Or" operator in the filterable.messages configuration.

E.g.
filterable: {
    messages : {
        or: ""
    }
}

Wish you a great day!

 

Greetings,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Felipe
Top achievements
Rank 1
answered on 10 Oct 2017, 10:57 AM

Assign blank is not working anymore. How we should proceed to hide OR and AND operators?

 

 

0
Stefan
Telerik team
answered on 12 Oct 2017, 06:13 AM
Hello, Felipe,

Currently, the desired result can be achieved by changing the values of the DropDown when the FilterMenu is initialized:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-filterMenuInit

I made an example demonstrating this:

https://dojo.telerik.com/UjOxan

I hope this is helpful.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Artem
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Felipe
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or