我想在kendo移動列表視圖中顯示所有列表項的複選框, 因此,我在我的kendo列表視圖模板中給出了 listview顯示正確,但複選框不顯示。 我的代碼是這樣的:使用輸入kendo ui移動列表顯示覆選框
<script id="script-id" type="text/x-kendo-template">
<a href="\#next_view" class="km-listview-link" data-role="listview-link">
<input type="checkbox" checked="checked"/>
<h3 class="time">#: firstname #</h3>
<h3>#: sentdate #</h3>
</a>
嗨!在列表視圖上使用過濾器時如何保持已選狀態? – chamara