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.
APAbinesh Palanisamy Syncfusion Team March 6, 2025 07:05 AM UTC
Hi up float,
We noticed that you had created a ticket under your account in our ticketing
system, we kindly request you to follow up on the issue on the respective
ticket. Feel free to open a new forum thread for any new issue that may arise.
Regards,
Abinesh P
TSTerrance SellersApril 10, 2025 04:31 AM UTC
To control SfDataGrid scrolling inside a NestedScrollView, set shrinkWrapRows: true and physics: NeverScrollableScrollPhysics() on the DataGrid. This lets the NestedScrollView handle all scrolling.
APAbinesh Palanisamy Syncfusion Team April 10, 2025 06:11 AM UTC
Hi Terrance,
Similar to your response, we have also created a knowledge base on our side for
inheriting scrolling from a Nested Scroll View to Flutter DataTable.
Additionally, we have created knowledge base articles for similar custom view
approaches on our end. You can customize the provided code to suit your
specific requirements.
I want to control the scrolling of SfDataGrid using NestedScrollView, but it doesn't work. Here's my code. Can you tell me how to make it work?
I might need to add another TabBarView, but it doesn't seem to work either.