-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DataGrid RowDetails not changing theme at runtime #3305
Comments
Hello JonasLara, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌 |
@anawishnoff @RBrid FYI ⬆️ |
Hi. Is there any workaround for this issue? |
@JulienTheron let's see if the Datagrid team knows of any workaround for this issue. @anawishnoff or @RBrid? ⬆️ |
Thanks JonasLara for patiently waiting while the team is still investigating the issue. @anawishnoff @RBrid can we please have an update on this issue? Thanks |
Describe the bug
DataGrid RowDetails not changing theme at runtime
Steps to Reproduce
Steps to reproduce the behavior:
RowDetailsVisibilityMode
toVisibleWhenSelected
in order to observe the issue.RequestedTheme = ElementTheme.Dark
orRequestedTheme = ElementTheme.Light
will do the trick.RowDetail
did not change.Expected behavior
See some change according with the theme color.
Screenshots
Environment
Additional context
I've noticed some issues like TitleBar color not change even when I use
var titleBar = ApplicationView.GetForCurrentView().TitleBar;
and change the properties of it (I asked on Stack Overflow about that and some people can successfully change the titlebar color with my exact code). I do not know if that can be related.The text was updated successfully, but these errors were encountered: