Hello Vikrant,
The Kendo UI ListView widget does not have its own rendering, and instead gives the developer the freedom to specify a custom type of layout for the items.
The desired functionality is not supported out-of-the-box, but can be achieved with some custom code. I can suggest handling the
change event, and access the currently selected item via the
select() method in the handler, e.g.:
Then you can perform the custom logic that best fits your scenario, to either append a new element to the currently selected one, or show/hide an existing element within the template that can contain the content that should be shown when an item is selected.
I hope this helps.
Regards,
Dimiter Topalov
Telerik by Progress