Unplanned
Last Updated: 20 Jul 2021 13:25 by ADMIN
  1. Reproduction steps
    • Open the HTML file attached herewith.
    • Focus the Listview (Alt+W)
    • Select the first item by pressing [Spacebar] on keyboard. Notice the "change" event log under console in dev tools.
    • Now, deselect the item by pressing [Ctrl+Spacebar]. Notice the "change" event was not triggered even though the item got deselected.
  2. OS / Browser (if applicable) / Control(s) version / .Net version
    • Windows 10 / Edge Chrome / Chrome / Kendo UI for JQuery 2021.2.616
  3. Description of the expected behavior
    • "change" event should get triggered as it does when using mouse to de-select an item.