Hi support team,
I use Syncfusion.Blazor.Grids (19.1.0.67) with these settings:
- AllowPaging="true"
- <SfDataManager AdaptorInstance="typeof(UserSearchAdaptor)" Adaptor="Adaptors.CustomAdaptor" />
- <GridPageSettings PageCount="3" PageSize="25"></GridPageSettings>
I am having the following problems:
- The first pages still have data, on page 1 switch to consecutive pages like 1,2,3 still have data.
- Display no records after clicking the Next to last page button.
- Click to ellipsis: display the page number as negative.
Thank you