I have a grouped datasource. The datasource appears to only let me filter by the "value" / grouped item. How do I filter on properties such as name that are in the grouped items, "items" collection?
categories.push({ parentNode : d.parentNode, node: d.node, identity: d.identity, key: d.key, value : d.value, categories : []});
I set datasource and group
dataSource = new kendo.data.DataSource({data: categories);
dataSource.group({ field: "value" });
I then want to filter by node but the only option to filter appears to be the grouped value