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

Client side paging example?

2 Answers 179 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Kjell asked on 31 Mar 2016, 04:31 PM

Hi, sorry if this is documented somewhere but I didn't find it.  Is it possible to do client side paging with the listview so the entire dataset is stored on the client-side? 

 

Reason I ask is I have one item per page and always in "Edit" mode.  When I change pages any changes are lost, unless I save it to DB automatically when paging, which I want to avoid.  I'd like to be able to have the entire dataset on the client-side and changes saved client-side only.  Is there an out of the box way to do this? 

2 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 01 Apr 2016, 07:10 AM
Hi,

Please examine the following article that describes how you can configure the ListView widget to use client-side binding. It should get you started.



Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Kjell
Top achievements
Rank 1
answered on 02 Apr 2016, 09:49 PM
Cool, setting .ServerOperation(false) on the datasource (per your link) did it.  Thanks!
Tags
ListView
Asked by
Kjell
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Kjell
Top achievements
Rank 1
Share this question
or