The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
GTGnanasownthari Thirugnanam Syncfusion Team October 4, 2017 06:00 PM UTC
Hi Folks,
Thank you for contacting Syncfusion support.
We have found that ColumnSizer as star in your given code snippet. If you are setting ColumnSizer as star in SfDataGrid it divides the total width equally for all columns so horizontal scroll bar is not enabled. But you can enable the horizonal scroll bar by setting ColumnSizer as None instead of ColumnSizer as star in your application.
By default in SfDataGrid Vertical scroll bar is enabled while no of rows height is exceeded the total height in SfDataGrid.
We have prepared the sample based on your given code snippet, you can download the same from below mentioned location.