The issue related to #121. We are facing following issues:
- Currently there is no way to set page number before the data grid is rendered (Not using server side pagination - query by).
- When using Server side pagination (QueryBy), even thought the pagination result has the correct skip count, the datagrid footer shows Page number 1, however the rows are loaded from correct page. The page number in footer is not in sync with the grid rows. This happens only when the page number is other than 1, when data grid is rendered for first time.
Environment
- Blazority Version 1.1.0
- .NET Core Version 6
- Browser Chrome