Unplanned
Last Updated: 14 Nov 2022 10:49 by Vivek
Vivek
Created on: 14 Nov 2022 10:49
Category: MultiSelect
Type: Bug Report
0
Filtering event is triggered when a value is set in dataBound in MultiSelect, DropDownList, ComboBox

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

  1. Open the Dojo
  2. 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 ]
0 comments