I am currently having the same issue as well. While I do not have a definite response at the moment, I think it may have something to do with the datasource : on the telerik/kendo site, they mention this subtly, though do not elaborate,
"field: "FirstName",
title: "First Name",
filterable: {
multi: true ,
//when serverPaging of the Grid is enabled, dataSource should be provided for all the Filterable Multi Check widgets
dataSource: {
transport: {
read: {
url: telerikWebServiceBase + "Employees/Unique",
dataType: "jsonp",
data: {
field: "FirstName"
}
}
}
}
},
"
Here is the link to the full reference. I hope this helps someone find a complete answer, and I will be sure to post once I have found one as well.
https://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes