When I updated to 2023.3.1010, the refresh button in the grid pager shows up as a pause icon. When I examine the page, the span is using k-i-arrow-rotate-cw. Is there a workaround for this?
Georgi Denchev
Telerik team
commented on 09 Nov 2023, 08:45 AM
Hi, Bryan,
I enabled the pageable.refresh option in the Grid, however the icon seems to be the correct one:
The class that you mentioned is also correct. Is it possible that you have some CSS rule somewhere that overrides the default `k-i-arrow-rotate-cw` and changes it to a different icon? Or some place in the code where you replace the `k-i-arrow-rotate-cw` with the pause icon?
Hi, Bryan,
I enabled the pageable.refresh option in the Grid, however the icon seems to be the correct one:
The class that you mentioned is also correct. Is it possible that you have some CSS rule somewhere that overrides the default `k-i-arrow-rotate-cw` and changes it to a different icon? Or some place in the code where you replace the `k-i-arrow-rotate-cw` with the pause icon?
Dojo
https://dojo.telerik.com/@gdenchev/AduJElem
Best Regards,
Georgi