-
Hello Avalonia Team, I am looking for a way to create a My questions are:
Thank you and happy coding |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In Silverlight/UWP and in its port to Avalonia in this repo there is no "edit" state for the template column. You basically put any content into the template what you want. And 'edit' state can be defined by control being focused, for example. Not sure if we need it, especially when developer can workaround it having full control over the template. |
Beta Was this translation helpful? Give feedback.
-
Hi @maxkatz6 I have implemented the feature and tested it in a private App and everything seems to work quite well. I extended the What do you or anyone else think? If I should provide a PR just leave a 👍 as reaction. Happy coding |
Beta Was this translation helpful? Give feedback.
In Silverlight/UWP and in its port to Avalonia in this repo there is no "edit" state for the template column. You basically put any content into the template what you want. And 'edit' state can be defined by control being focused, for example.
Still, it might be useful to have separated template for edit state, and at first support edit state for template column at all. But it might be a bit complex work and also will be a breaking change (unless CellEditingTemplate will always be the same as CellTemplate by default).
Not sure if we need it, especially when developer can workaround it having full control over the template.