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

Can Grid filtermenu supports kendoMultiSelect?

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
FU
Top achievements
Rank 1
FU asked on 25 Oct 2013, 01:56 AM
Now I need filter grid data by mutil values(user kendoMultiSelect ui), how to fix it?

use as

columns: [
           ....................
          {
                                field: "City",
                                width: 130,
                                filterable: {
                                    ui: cityFilter
                               }
             },
            .....................
]

AND:
function cityFilter(element) {
                    element.kendoMultiSelect({
                        dataSource: sourceData,
                        dataTextField: "text",
                        dataValueField: "text",
                    });
                }

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 28 Oct 2013, 09:24 AM
Hello Fu,

Unfortunately the functionality that you are looking for is not supported at the moment. There is already a feature request opened in our feedback section, so you can go ahead and cast you vote, which will increase the chances for this feature to be implemented:

http://feedback.kendoui.com/forums/127393-kendo-ui-feedback/suggestions/3921075-add-excel-auto-filter-multiselect-checkboxes-or-d
 
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
FU
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or