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

Exception when adding row items to an unbound DataGrid #172

Open
kdemuth opened this issue Oct 16, 2021 · 0 comments
Open

Exception when adding row items to an unbound DataGrid #172

kdemuth opened this issue Oct 16, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kdemuth
Copy link

kdemuth commented Oct 16, 2021

When a DataGrid ItemSource property is not set, adding rows (items) directly to to the DataGrid throws an exception. This works as expected when AdonisUI is disabled, or if row items are added indirectly via a bound ObservableCollection.

I created a small .NET 5.0 WPF application to reproduce the issue:

https://github.com/kdemuth/adonis-ui-test

Test app is a .Net 5.0 WPF C# application created with VS 2019, using AdonisUI 1.17.1

@kdemuth kdemuth added the bug Something isn't working label Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant