Hello Every one
In the given example I use Kendo Grid with checkbox in the first column and also there is a SelectAll checkbox as column header. Also there is a TrackJS package installed. when tracksj is not initialized the click event of the select all checkbox emit "CHECKED" string as an event. And, heere is intersting, If TrackJS is initialized same event fires "UNCHECKED" value as an event :). Here is a example to reproduce and test my case.
https://stackblitz.com/edit/test-kendo-grid-checkbox?file=src/app/app.component.ts
The TrackJS is very usefull package wich allow to catch JS errors at production. And I have this issues .
Does this reported in the past?
Does it possible to have a fix or support from Kendo Team?