Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

How can I do the listview filtering like MobileListView?

$
0
0

I have the following:

<div class="demo-section" >
    @(Html.Kendo().ListView(Model)
    .Name("listView")
    .TagName("div")
    .ClientTemplateId("template")
    .Pageable()
    .Selectable(selectable => selectable.Mode(ListViewSelectionMode.Single))
    .Events(events => events.Change("onChange").DataBound("onDataBound"))
    )
</div>

and I need a way to do the filtering on the client side just like the filtering in MobileListView. How can I do that?


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>