Hi,
xamMultiColumnComboEditor is displaying items in drop-down like XamGrid do : grid with headers.
When an item is selected, value of column specified in DisplayMemberPath is displayed (in SpecializedTextBox I guess).
Is there a solution to modify template of selected item ?
We would like to have something like this after an item has been selected :
We tried to set ItemTemplate, but it has no effect (see attached sample)
Thanks for your help.
Alain.
HI,
I am reviewing your issue.
Sincerely, Matt Developer Support Engineer
I had to retemplate the control. I set the height of the SpecializedTextbox to zero and added aTextBlock in its place and added a converter.
Please review my sample.
Sincerely,
Matt Developer Support Engineer