Open
Description
Bug report
When the value of the widget is set in the dataBound event handler the filtering events is fired and e.filter is undefined
Reproduction of the problem
- Open the Dojo
- Open the browser console and type something in the MultiSelect to filter the data.
Current behavior
The filtering event is fired a second time and the second time the e.filter is undefined.
Expected/desired behavior
Double-checlk if the filtering event should be fired a second time.
The e.filter and e.sender.dataSource.filter().filters[0] should return the same value.
Environment
- Kendo UI version: 2022.3.1109
- Browser: [all ]