### Description When disabling the row selection via [isRowSelectable](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#isrowselectable) function, the [cellClick](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cellclick) is not triggered. ### Steps To Reproduce In the following demo, the selection is disabled for all rows. Click a random cell. The cellClick event should be triggered: https://stackblitz.com/edit/angular-vxqcxnxu ### Screenshots or video _No response_ ### Actual Behavior `cellClick` is not emitted when row selection is disabled. ### Expected Behavior The `cellClick` event should be emitted regardless of the selection state of the row. ### Browser Chrome ### Browser version latest ### OS type MacOS ### OS version _No response_ ### Last working version of the Kendo UI for Angular package (if regression). _No response_