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

Virtual scrolling and paging

1 Answer 127 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Dipal
Top achievements
Rank 1
Dipal asked on 08 Jan 2013, 05:23 AM
Hi All,

Can i have feature like "Virtual scrolling and paging" in RadListView similar to RadGrid?
I have large amount of data to bind with ListView and it is taking too long to bind.
Is there any option for lazy binding data when user scroll within listview?(server side)

Thanks,
Dipal

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Jan 2013, 07:06 AM
Hi Dipal,

With reference top this forum thread Scrolling inside RadListView is not a built-in functionality.

To enable custom paging, you need to set:

  1) AllowPaging = true; - enable paging for RadListView
  2) AllowCustomPaging = true; - enable custom paging for RadListView
  3) VirtualItemCount = [number]; - set the total number of items RadListView's data source returns

Please take a look into this documentation and demo for more information

Regards,
Princy.
Tags
ListView
Asked by
Dipal
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or