This is a migrated thread and some comments may be shown as answers.

ListView, Template and right Arrow

1 Answer 138 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Per
Top achievements
Rank 1
Per asked on 25 Nov 2013, 01:31 PM
Hi!
I am using a ListView together with a template to show information to my users.
If the user presses an item in my listview, a new listview apperes showing sub data for the item the user pressed.
When I'm not using a template, a > sign is visible to the right, notifying the user that the item can be pressed.

How can I add this > sign to my template so it looks the same as the build in one?
My current template looks like this:

Regards
Per
<script type="text/x-kendo-template" id="feedTemplate">
    <div style="float:right">
        >
    </div>
    <img class="item-image" src="${ImageUrl}" />
    <h3 class="item-title">${Title}</h3>
    <p class="item-description">${Description}</p>
    <a href="\\#" data-role="button" class="delete">Delete</a>         
</script>

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 27 Nov 2013, 12:05 PM
Hello Per,

This thread duplicates another forum topic started by you:
In order to avoid unnecessary overload please lets continue our conversation in the other thread.
Thank you in advance.

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView (Mobile)
Asked by
Per
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or