kendo-ui-core
kendo-ui-core copied to clipboard
Grid select method triggers change event with selectable column
Bug report
As stated in the docs here: https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/methods/select
The select method will not trigger the change event.
However this is not true. The select method WILL trigger a change event if a selectable column is enabled.
Reproduction of the problem
https://dojo.telerik.com/oVUXAxEM (Warning: selecting causes a recursive loop on change handler)
Expected/desired behavior
The select method should not trigger the change event.
Environment
- Kendo UI version: 2022.2.621
- jQuery version: 1.12.4
- Browser: all