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

Disable subsection of range filters

2 Answers 67 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Callam
Top achievements
Rank 1
Veteran
Callam asked on 23 Oct 2020, 03:56 PM

Hi. I want to disable the 'filter by condition' subsection of the range filters (leaving only the 'filter by value' subsection).

Is there a way to do this?

Thanks.

 

2 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 27 Oct 2020, 01:05 PM

Hello Callam,

You can hide that section using the below CSS:

.k-spreadsheet-condition-filter {        
        display:none;
}

Here is a small example for reference.

Let me know how that works for you.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Callam
Top achievements
Rank 1
Veteran
answered on 03 Nov 2020, 07:34 PM
worked great, thanks!
Tags
Spreadsheet
Asked by
Callam
Top achievements
Rank 1
Veteran
Answers by
Martin
Telerik team
Callam
Top achievements
Rank 1
Veteran
Share this question
or