We are using latest kendo UI. Where we are using Multi column options. In parent column how to use filter options?
3 Answers, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 06 Jan 2015, 04:17 PM
Hello Prasadh,
Filter option is only available for the "lower" level of columns which are the actual bound columns. The Multi-column headersdemo shows which columns can have filter menu.
Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Is there any other options or workaround is there to get that filter options for parent column? because in some scenario we need filter options in parent level only.
For example: Am having "Names" as a parent header, child columns are "A","B',"C","D". Here i want a filter options in parent header where i can choose "A","B" only to show in grid. This is just example but in my case the feature is bit big. So please help me on this.
0
Nikolay Rusev
Telerik team
answered on 08 Jan 2015, 10:10 AM
Hello Prasadh,
Filtering as any other data transformation can be applied only for column with field. In the case of multi column header only the lower level columns have field. Thus only for these headers will have filter menu initialized.
Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!