Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I'm using the EditForm component from blazor and when I put the Grid inside the component, it fires the OnFieldChanged when it shouldn't since the paging is not part of my form, my code it is like this:
And when running it, you can see how the OnFieldChanged event runs when changing the paging on the grid
Note: There is a workaround that is to check if the model comes from the SfPager, don't do anything but at that point the EditContext already has changes on it and is just extra logic that it shouldn't be necessary, why the paging should be hitting the edit context