Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

How to develope a visual webpart that loads list items on demand when scrolling the gridview.

Description: first when the webpart is loaded in the page, it will come with 10 items. when the user is scrolling down the scrollbar again 10 items to be append with the above 10 items. This process should should continue till the last item.

Note: i have tried with visual webpart getting list items and binding to the gridview,
if am scrolling down it wont effect anything



Using sharepoint 2013 development using custom list for retrieving list items

Looking for early responses.


Ref: http://aspsnippets.com/demos/382/

http://www.aspsnippets.com/Articles/Load-on-demand-data-in-GridView-on-scroll-using-ASPNet-and-jQuery-AJAX.aspx



Thanks in advance.


Regards,
Vishwanadula
Posted
Updated 6-Jan-14 2:53am
v4

1 solution

What do you want to scroll exactly?
 
Share this answer
 
Comments
vishwanadula 8-Jan-14 2:08am    
Hi,

Gridview should have scroll bar. It is intially comes with 10 items from sharepoint list. when the user is scolling down the gridview again next 10 items should append to the first 10 items. this process goes on till the last item in a list.

Please see the links

http://aspsnippets.com/demos/382/


http://www.aspsnippets.com/Articles/Load-on-demand-data-in-GridView-on-scroll-using-ASPNet-and-jQuery-AJAX.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900