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

MudDataGrid HeaderStyleFunc is not Implemented #8852

Closed
2 tasks done
kev-andrews opened this issue May 2, 2024 · 1 comment · Fixed by #8853
Closed
2 tasks done

MudDataGrid HeaderStyleFunc is not Implemented #8852

kev-andrews opened this issue May 2, 2024 · 1 comment · Fixed by #8853
Assignees

Comments

@kev-andrews
Copy link
Contributor

Bug type

Component

Component name

MudDataGrid

What happened?

CellStyleFunc attribute on PropertyColumn works as expected and as documented at https://mudblazor.com/components/datagrid#visual-styling
However, HeaderStyleFunc does not seem to function at all, examining the sources it looks as if it was never implemented as the function is never invoked.

Expected behavior

HeaderStyleFunc should have an implementation

Reproduction link

Reproduction steps

  1. Add a MudDataGrid
  2. Add a PropertyColumn
  3. Add a HeaderStyleFunc attribute and point it to a function, as described in https://mudblazor.com/components/datagrid#visual-styling

Relevant log output

No response

Version (bug)

6.19.1

Version (working)

What browsers are you seeing the problem on?

Firefox, Chrome, 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
Copy link

github-actions bot commented May 2, 2024

Thanks for wanting to do a PR, @kev-andrews !

We try to merge all non-breaking bugfixes and will deliberate the value of new features for the community. Please note there is no guarantee your pull request will be merged, so if you want to be sure before investing the work, feel free to contact the team first.

kev-andrews pushed a commit to kev-andrews/MudBlazor that referenced this issue May 2, 2024
@henon henon removed the triage label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants