Here are the html :
<div class="itemtemplate" data-win-control="WinJS.Binding.Template">
<h4 class="title" data-win-bind="textContent: title"></h4>
<div class="list" data-win-control="WinJS.UI.ListView" data-win-options="{ selectionMode: 'none' }"></div>
</div>
<div class="groupeditemslist" data-win-control="WinJS.UI.ListView" data-win-options="{ selectionMode: 'none' }"></div>
How Could I add data-win-options in full html (no javascript templateSelector like "Metro: Dynamically Switching Templates with a WinJS ListView" of the nested WinJS.UI.ListView to bind data?
For each item in the main data, I add a WinJS.Binding.List.