Is there a way to add a horizontal scrollbar at the top (right below the column header) of the React grid table? Currently, there is one at the bottom of the React grid and I couldn't seem to find a way to create the same one for the top. Please help, thanks!
Regards,
Jason
1 Answer, 1 is accepted
0
Filip
Telerik team
answered on 22 Nov 2022, 01:42 PM
Hello, Jason,
Currently adding a scrollbar on the top of the Grid below the header field is not supported, however, it is possible to render one above the header field with this custom implementation:
The main idea is to render an external scrollbar and handle the onScroll events of the Grid and the fake scrollbar to unify their scrollLeft position.
I hope this helps.
Regards,
Filip
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/.