I tried to figure out how to use different Item Templates within a Listview but I failed.
is it not possible ?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 11 Jul 2024, 11:05 AM
Hi Hendrik,
The ListView component has one item <Template> for all its items. If you wish to render different content for different items, then use conditional statements inside the template. See a similar example in the Grid inline editing example.