Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › Horizontal scrolling does not reach the end in Smart.Blazor Grid › Reply To: Horizontal scrolling does not reach the end in Smart.Blazor Grid
November 4, 2025 at 7:21 am
#113183
Participant
Hi Markov,
I’ve found the cause of the issue. It happens when I add the following line to the <head> section of my _Host.cshtml file:
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" crossorigin="anonymous"></script>
After including this Font Awesome script, the horizontal scrollbar of the Smart.Blazor Grid stops too early and the last column becomes partially hidden. When I remove this script, the Grid scrolls correctly.
I’m not sure why this script interferes with the Grid’s layout, but that’s what triggers the issue.
-
This reply was modified 1 week ago by
Duong Quyet.