Completed
Last Updated: 06 Jun 2025 11:12 by ADMIN
Brian
Created on: 05 Jun 2025 21:20
Category: Grid
Type: Bug Report
0
CSP error is thrown when a row is reordered in Grid with Sortable

Bug report

When Sortable is used to implement row reordering in Grid and the cursor is set to 'move', an error is thrown in the console when reordering.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/tLkWshEe
  2. Try to reorder a row and observe the console

Current behavior

Once the dragging starts, an error: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' 'nonce-123456' https://kendo.cdn.telerik.com".... is thrown.
Note: The issue appears only with the cursor option set to 'move'.

Expected/desired behavior

There should be no error when reordering a row within the Grid.

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all ]
0 comments