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

Cant edit DataGrid cell, bound to "dynamic" item property, implementer by IReflectableType #15869

Open
BreakByBrick opened this issue May 30, 2024 · 0 comments

Comments

@BreakByBrick
Copy link

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:

image

and type, inherited from IReflectableType:

image

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

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