kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Grid select method triggers change event with selectable column

Open austinw-fineart opened this issue 3 years ago • 0 comments

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

austinw-fineart avatar Jul 19 '22 06:07 austinw-fineart