Skip to content

editable DataGridTemplateColumn #6553

Answered by maxkatz6
timunie asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@timunie
Comment options

timunie Sep 10, 2021
Maintainer Author

Answer selected by timunie
Comment options

timunie
Dec 22, 2021
Maintainer Author

You must be logged in to vote
1 reply
@maxkatz6
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants