Resize GridColumnMenuCheckboxFilter

1 Answer 62 Views
Grid
Dan
Top achievements
Rank 1
Dan asked on 17 Oct 2023, 08:27 AM

Hi there,

I have a Kendo React Grid with a GridColumnMenuCheckboxFilter. Some of the values can get out of hand long, which push the filter dialog width out too far. Is it possible to set a width limit?

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Dikov
Telerik team
answered on 19 Oct 2023, 05:25 AM

Hello Dan,

Although that there is no direct way of setting the width of the filter container in the column menu, you can use the following CSS to set explicit width:

            <style>
                .k-filter-menu-container {
                    width: 300px; 
                }

Following is a simple example with the above override:

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Dan
Top achievements
Rank 1
commented on 19 Oct 2023, 07:46 AM

Thank you very much!
Tags
Grid
Asked by
Dan
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or