Hi Darryl,
Thanks for contacting Syncfusion support.
You can achieve your requirement of “Rendering a floating horizontal scrollbar in the grid” by setting the grid’s parent element position to “absolute” as demonstrated in below code snippet,
<div id="container" style="position: absolute;">
<ejs-grid #grid (dataBound)='onDataBound($event)' width='auto' height='auto' [dataSource]= 'data'>
</ejs-grid>
</div > |
Sample for your reference,
Let us know if you have any concerns.
Regards,
Pavithra S.