Declined
Last Updated: 25 Jul 2025 07:34 by ADMIN
Kasim
Created on: 25 Jul 2025 05:43
Category: UI for Blazor
Type: Bug Report
0
Bug Report: Unnecessary Vertical Scroll Bar in Telerik Blazor Grid
Dear Telerik Support Team,

I hope this message finds you well.

I am writing to report a UI issue we’ve encountered with the Telerik Blazor Grid component. Specifically, we’ve noticed that the grid displays a vertical scroll bar even when there is no content to scroll. For example, when only three rows are visible and no scrolling is required, the vertical scroll bar still appears—albeit disabled—but remains visible, which affects the visual cleanliness of the interface.

This behavior seems inconsistent with expected UX standards, where scroll bars should only appear when necessary. We’ve reviewed our implementation and confirmed that no additional styling or configuration is forcing the scroll bar to appear.

Could you please advise if this is a known issue or if there is a workaround or fix available? If not, we would appreciate it if this could be logged as a bug for future resolution.

Thank you for your support and looking forward to your response.
1 comment
ADMIN
Dimo
Posted on: 25 Jul 2025 07:34

Hello Kasim,

The observed behavior is by design and you can remove the vertical Grid scrollbar with CSS if you like.

The vertical scrollbar is always visible because of the small empty space at the top right. It ensures that the header cells align with the data cells, as the two kinds of cells reside in separate HTML tables.

If the vertical scrollbar is only visible when needed, the empty space above it will have to disappear and appear at runtime, which will cause UI flicker. Moreover, it is not very straight-forward to detect when a scrollbar appears or disappears, so an always visible scrollbar improves the client-side performance too.

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.