Hi,
I am trying to make custom visual template with specific background coloring for my ListBox. But from what I can see and reproduce, template doesn't actually apply to the item, but to child element within.
Custom template allows me to set "in item" layout of elements and some of their properties, but even if i manage to apply background color, it doesn't work properly.
I tried even with hardcoding style into template directly instead of using class, and nothing works.
Is this the bug or basically "item" template is not really item template but only item text template (I didn't see this written anywhere)?
Please find dojo showing behavior here: https://dojo.telerik.com/udeNIxul/3
EDIT: Template works as expected on the ListView here: https://dojo.telerik.com/uleKARuN
Thanks and regards,
Vedad