Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.32k stars 535 forks source link

[Bug]: DataGrid is not displaying all results #5235

Closed mtbayley closed 4 months ago

mtbayley commented 10 months ago

Blazorise Version

1.4.0

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction, or a simple code snippet

https://github.com/mtbayley/BlazoriseDatagridMissingResults

Steps to reproduce

  1. Clone source repo
  2. Run in with version 1.4.0
  3. 2000 results are generated, and a page size is set to 5000 in the grid. All results should be returned.
  4. Not all results are returned. Only results up to "Jillian" are displayed (if sorted by name ascending). image
  5. Switch to version 1.3.4. Clean solution and build.
  6. "Zora" is now the last name in the grid and there are all results displayed. image

What is expected?

All results in Data should be shown

What is actually happening?

Not all results are being displayed

What browsers are you seeing the problem on?

Microsoft Edge

Any additional comments?

I have tested and the issue only occurs in 1.4.0. It is not a problem in version 1.3.4

Needless to say, this is caused some havoc in production, so I've had to revert back to 1.3.4

David-Moreira commented 10 months ago

Hello @mtbayley Please refer to the licensing changes in https://blazorise.com/news/release-notes/140 image

mtbayley commented 10 months ago

Thanks @David-Moreira I missed scrolling to the bottom of that post. Do you think we could revise this message so it shows the current restrictions of the license used. image Something like this in the console. It would help the developer in case they miss this like I did. Usually I check the console first if I'm noticing something wrong. image

David-Moreira commented 10 months ago

@stsrki please advise.

stsrki commented 4 months ago

We have already update messages based on the license status.

Closing now.