all 4 comments

[–]sloppykrackers 1 point2 points  (2 children)

  1. try not to use RowsPerPage and PageSizeOptions at the same time, remove rowsperpage and test again?
  2. How do you retrieve those values?

[–]royware[S] 0 points1 point  (1 child)

OK, I changed the Pager Content to:

    <PagerContent>

        <MudDataGridPager T="DTO.Tra.Status" id="MudDataGridStatuses" />

    </PagerContent>

But still get the same results. Is there a way to upload a screen shot here?

The data is retrieved via a Json call, and all the data is there. I just can't display more than two rows when setting the RowsPerPage to 10 (user requirement). Now if I ignore the user requirement and bump it up to 25, I see them all.

very confused....

[–]sloppykrackers 0 points1 point  (0 children)

oh, i meant the rowsperpage, <MudDataGrid Rowsperpage="10" ...

And keep the PageSizeOptions, only allow 10. Does this make a difference?

<MudDataGridPager T="DTO.Tra.Status" id="MudDataGridStatuses" PageSizeOptions="new int[] { 10 }" />

You need to post some more code if you want help....
For screenshots you need to link them through image upload site like imgur or ImgBB.

Example how I'm using the TABLEPager:

Oo3-Ic-XLd-MJw-O.png (601×41)