Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143198 | Mar 8,2019 01:28 PM UTC | Aug 12,2020 01:57 PM UTC | ASP.NET MVC | 2 |
![]() |
Tags: ListView |
@Html.EJ().ListView("locallistview").ShowHeader(true).HeaderTitle("Favorite").HeaderBackButtonText("Back").ShowHeaderBackButton(true).Width(400).ShowHeader(true).Height(300) Items(i =>
{
i.Add().Text("Discover Music").Children(child1 =>
{
child1.Add().Text("Hot Singles");
child1.Add().Text("Rising Artists");
child1.Add().Text("Live Music");
child1.Add().Text("Best of 2013 So Far");
});
i.Add().Text("Sales and Events").Children(child2 =>
{
child2.Add().Text("100 Albums - $5 Each");
child2.Add().Text("Hip-Hop and R&B Sale");
child2.Add().Text("CD Deals");
});
i.Add().Text("Categories").Children(child3 =>
{
child3.Add().Text("Songs");
child3.Add().Text("BestSelling Albums");
child3.Add().Text("New Releases");
child3.Add().Text("Bestselling Songs");
});
i.Add().Text("Mp3 Albums").Children(child4 =>
{
child4.Add().Text("Rock");
child4.Add().Text("Gospel");
child4.Add().Text("Latin Music");
child4.Add().Text("Jazz");
});
i.Add().Text("More in Music").Children(child5 =>
{
child5.Add().Text("Music Trade-In");
child5.Add().Text("Redeem a Gift Card");
child5.Add().Text("Branded T-shirts");
child5.Add().Text("Mobile MVC");
});
});
<script>
ej.support.stableSort = false;
</script>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.