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
Hello!
I'm trying to use IReflectableType to bind to "dynamic" properties. I read about them here: #5225 #8119
In particular, I'm trying to implement a binding to the "dynamic" properties of DataGrid items.
I have datagrid with column, bound to "dynamic" property:
and type, inherited from IReflectableType:
When I double click on a cell, editing the cell does not starting.
https://github.com/BreakByBrick/Avalonia.Issue/tree/main/DataGrid.DynamicPropertyEditing
Double click on DataGrid cell with bound "dynamic" property, starts cell editing.
11.0.10
Windows
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Hello!
I'm trying to use IReflectableType to bind to "dynamic" properties. I read about them here:
#5225
#8119
In particular, I'm trying to implement a binding to the "dynamic" properties of DataGrid items.
I have datagrid with column, bound to "dynamic" property:
and type, inherited from IReflectableType:
When I double click on a cell, editing the cell does not starting.
To Reproduce
https://github.com/BreakByBrick/Avalonia.Issue/tree/main/DataGrid.DynamicPropertyEditing
Expected behavior
Double click on DataGrid cell with bound "dynamic" property, starts cell editing.
Avalonia version
11.0.10
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: