You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've difficulties using the TemplateSelector in TemplateColumn.
A very simple project demonstrating is here: TemplateSelectorIssue.zip
It produces:
Note, that the column 'Selector-Column' is empty, but should have the same content as the 'String'-column (except that the third row should have the cell content in red).
I found the parameter (item) for the method: protected override DataTemplate SelectTemplateCore(object item)
to always be null.
... or is there somewhat else ?
The text was updated successfully, but these errors were encountered:
I've difficulties using the TemplateSelector in TemplateColumn.

A very simple project demonstrating is here: TemplateSelectorIssue.zip
It produces:
Note, that the column 'Selector-Column' is empty, but should have the same content as the 'String'-column (except that the third row should have the cell content in red).
I found the parameter (item) for the method:
protected override DataTemplate SelectTemplateCore(object item)
to always be null.
... or is there somewhat else ?
The text was updated successfully, but these errors were encountered: