Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MudDataGridPager] BUG in 7.0.0-preview.3. "Rows Per Page" Dropdown does not work #9053

Closed
1 of 2 tasks
aarondglover opened this issue May 24, 2024 · 4 comments
Closed
1 of 2 tasks
Labels
info required Need a response before continuing

Comments

@aarondglover
Copy link

Bug type

Component

Component name

MudDataGridPager

What happened?

I am using Blazor in a c# dotnet 8 project.

I upgraded MudBlazor to test v7 preview3 and the MudDataGridPager broke. Clicking on it does nothing except for changing the direction of the small triangle indicator. The Drop Down list does not appear

Expected behavior

Drop down list to appear when clicking on the Rows Per Page dropdown list.

Reproduction link

https://try.mudblazor.com/snippet/cOQoYTcSzcXQoiLQ

Reproduction steps

NOTE: My Reproduction Link WORKS - because it is running in v6.19.1 but run the same in v7.0.0.0-preview.3 and it will not

  1. Create an ASP.NET Blazor project
  2. Install MudBlazor v7 preview 3
  3. Add a MudDataGrid to a page
  4. Add a MudDataGridPager to the MudDataGrid
  5. Run project - You will not be able to click in the drop down to change the "Rows Per Page" value.

Relevant log output

No Errors on Browser or Application Console.

Version (bug)

7.0.0-preview.3

Version (working)

6.19.1

What browsers are you seeing the problem on?

Edge

On which operating systems are you experiencing the issue?

Windows

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct
@ScarletKuro
Copy link
Member

ScarletKuro commented May 24, 2024

Hi,

I tried your code on version 7.0.0-preview.3, and it works just fine:
works

Could it be that you didn't follow the Migration Guide and forgot to add MudPopoverProvider since it is no longer included in the MudThemeProvider?

Let me know if you need further assistance!

@ScarletKuro
Copy link
Member

Hi once again, is your problem solved?

@ScarletKuro ScarletKuro added the info required Need a response before continuing label May 26, 2024
@ScarletKuro
Copy link
Member

Closing as no feedback. Let me know if you still have problem.

@aarondglover
Copy link
Author

This is the answer thankyou... the mudpopoverprovider was missing.

Thanks for the reply @ScarletKuro and apologies for the slow one from me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info required Need a response before continuing
Projects
None yet
Development

No branches or pull requests

2 participants