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.
VNVignesh Natarajan Syncfusion Team August 22, 2019 10:44 AM UTC
Hi Elio,
Greetings from Syncfusion support.
Query: “Grid Refresh not working and Grid doesn’t show updated data”
In our latest Nuget release (17.2.46) we have upgraded our components to .Net Core 3.0 Preview 8 Build. Due to this we have some breaking changes in our controls. (i.e) There is a break in the @ref functionality in Blazor with Preview 8. If you are accessing our component instance in code behind using @ref, you need to define both @ref and @ref:suppressField in all component’s tag-helper as shown in the below code snippet. Please refer to this GitHub thread for more information.
So after upgrading to our latest version (17.2.46) also you can refresh the Grid by defining the @ref as mentioned above. We have prepared a sample as per your requirement (to add a new list to data and refresh the Grid) which can be downloaded from below
I am experiencing this bug too on the mobile application where the sfDataGrid is not showing all the rows after a refresh.
Actually after further testing it is only when the grid is scrolled all the way to the right and the user returns to it from another activity.
If I scroll left the rows reappear.
DBDeepika Balasubramaniyan Syncfusion Team January 23, 2020 02:12 PM UTC
Hi Derek Mitchell,
Based on provided information, we have checked your query “Grid not showing all the rows after a refresh” and unable to replicate the issue from our end. After add the row when refresh action is performed, all rows are in visible and scrolling also working fine as expected. Hence we have prepared the sample to achieve your requirement. For further details you can refer the sample from below link.
If the sample doesn’t your requirement, kindly modify the sample based on your scenario and revert us back with replication procedure, it will be helpful for us to give you a better solution.