I might have been too smart for my own good here. I am using the Template of the Dropdown to Display additional formation about contacts, which looks great so far.
My issue is that once Selected, the Dropdown displays the top of the image and not any of the text.
Is there any way to be able to filter and visually see the Templated content but when Selected, just see some text value?
You are right, it’s available at the moment for DropDownDataGrid only, we will check if we can add it to the DropDown as well for our next update before the end of the week.
Hi there,
I was trying to use the ValueTemplate in the DropDownDataGrid for "Multiple" selections. I want to be able to customize whats shown in the dropdown label and also remove individual items from the selection. Like the Chips from the DropDown.
I was looking into the code and I can see Template applied but not the ValueTemplate. The problem with the Template is that Template is applied to the grid as well. What am I missing here? I would appreciate to point me in the right direction. Thanks