I found (probably on stackoverflow) that when a user selects a cell, Kendo temporarily assigns a value to the corresponding td element's id. The value of the temporary id ends with "_active_cell". I have code that relies on this being set, and it has worked on many combinations of operating systems and browsers. However, we found that the selected cell's id is not being set on at least one computer with Windows 8 using Chrome.
I have found a reasonable workaround, but I was wondering if I should be able to rely on Kendo setting the id of the selected cell. If so, this may be a bug.
Thanks!
Craig