-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Describe the bug
DataGridColumn .CellTemplate accepts and displays correctly when using a DataTemplate, but not when defining a DataTemplateSelector
To Reproduce
Steps to reproduce the behavior:
- Assign DataGridColumn .CellTemplate a DataTemplate, note that the cell displays correctly
- Assign DataGridColumn .CellTemplate a DataTemplateSelector, note that the cell displays nothing and that OnSelectTemplate method is never called in the DataTemplateSelector
Expected behavior
Cell displays according to the DataTemplate value returned in the OnSelectTemplate method
Smartphone (please complete the following information):
- Device: Android
- OS: 13
- Grid version 4.0.6
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels