We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.7.4/11.1.4/Windows-Web
DataGrid can not be shown on web platform, but can be shown on desktop. DataGridSample.zip
see the demo project
work ok on web platform
do not show
No response
No
The text was updated successfully, but these errors were encountered:
Probably some bug with autoimporting styles or trimming.
Workaround is manually include DataGrid styles in app.axaml:
<Application ... xmlns:dataGrid="clr-namespace:Material.Avalonia.DataGrid;assembly=Material.Avalonia.DataGrid" ... <Application.Styles> ... <dataGrid:MaterialDataGridStyles/>
Sorry, something went wrong.
it is ok, thanks
Since currently there is no proper way to debug this, I've added info about to DataGrid wiki page: https://github.com/AvaloniaCommunity/Material.Avalonia/wiki/DataGrid
No branches or pull requests
Usage Information
3.7.4/11.1.4/Windows-Web
Description
DataGrid can not be shown on web platform, but can be shown on desktop.
DataGridSample.zip
Reproduction Steps
see the demo project
Expected Behavior
work ok on web platform
Actual Behavior
do not show
Regression?
No response
Known Workarounds
No response
Anything else?
No response
Could you help with a pull-request?
No
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: