I am using a template item in WebDropDown to define a image with a text.
What i need is, when i select an item, the selected text to be the image with the attached text previously selected.
Is this possible to do with the current DropDownItem? I saw that the Text property of DropDownItem is of string type and i could't find a way to accomplish the behavior that i want.
Hello arabela,
I'm not sure I understand well your quesiton but if you would like to have a dropdown items retemplated with image and text, feel free to refer to the following sample (third dropdown) : http://es.infragistics.com/products/aspnet/sample/drop-down/templates
Hope this helps.