Completed
Last Updated: 18 May 2021 13:45 by ADMIN
Release R2 2021 SP1
ADMIN
Peter Milchev
Created on: 28 Jul 2017 11:29
Category: UI for ASP.NET AJAX
Type: Bug Report
1
Đ•rroneous reference in the Lightweight stylesheets that points to nonexistent files leads to failing requests
Lightweight stylesheets for Grid load background images from http://aspnet-skins.telerikstatic.com/ajaxz/2017.2.711/Telerik/Grid/sprite.png; 
2 comments
ADMIN
Rumen
Posted on: 18 May 2021 13:45

Hi all,

The problem will be resolved in R2 2021 SP1 due in mid-June, 2021. Please let us know if you experience any issues after the upgrade.

The workaround is feasible for the old versions.

Regards,
Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Peter Milchev
Posted on: 28 Jul 2017 11:30
Workaround: 
html body .RadGrid .rgMasterTable .rgSelectedCell, 
html body .RadGrid .rgSelectedRow,
html body .RadGrid .rgHoveredRow,
html body .RadGrid .rgEditRow {
    background-image: none;
}