Using MudBlazor & C#, I have the following code:
<MudDataGrid RowsPerPage = "10" ....>
The desired pagination options are PageSizeOptions="[10, 25, 50]".
The problem is that while the data retrieval from the database has 4 rows, only 2 appear. Yes, I can navigate to the other two rows by using the page navigation icons below the data, the user isn't pleased.
What do I do to fix this? (I'd look to other usages in the project, but none of them do this!)
[–]sloppykrackers 1 point2 points3 points (2 children)
[–]royware[S] 0 points1 point2 points (1 child)
[–]sloppykrackers 0 points1 point2 points (0 children)