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
Hi Matt,
Thanks for your help as your solution fixed our issue.
We used it to create a UserControl containing the templated styles in Xaml.
Regards.
Hi Alain. Can you show me a example of it? I tried show multibinding item template in this control without success.
Thanks...