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)
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