Update Part-2.md

Removing CurrentPage="CurrentPage" from Blazor code of Books.zaor code as it causes a validation error with SkipCount "The field SkipCount must be between 0 and 2147483647"
pull/6616/head
vnetonline 4 years ago committed by GitHub
parent 7749fd1e0a
commit bed4a4defd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -604,7 +604,6 @@ Open the `Books.razor` and replace the content as the following:
<DataGrid TItem="BookDto"
Data="Entities"
ReadData="OnDataGridReadAsync"
CurrentPage="CurrentPage"
TotalItems="TotalCount"
ShowPager="true"
PageSize="PageSize">

Loading…
Cancel
Save