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

Custom checkboxes filter with ColumnMenu = true

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Deyner Francisco
Top achievements
Rank 1
Deyner Francisco asked on 05 Jul 2016, 04:31 PM

Hi

Do you have an example of making custom checkboxes filter (http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/checkbox-filter-menu) when using the option columnMenu as true? It seems the event filterMenuInit does not work in this case. I am using this column menu object :

 

  columnMenu: {
                    columns: false
                }

 

thanks

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 07 Jul 2016, 10:28 AM
Hi Francisco,

You can use the columns.filterable.multi option to enable the MultiCheck filtering support for the corresponding column, as shown in the following dojo:

http://dojo.telerik.com/eKECa

I hope this helps.

Regards,
Dimiter Topalov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Deyner Francisco
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or