Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in Girdview or datagrid or repeater when i scroll the scrollbar next 10 record will be display after scrollbar move to up then that top 10 record need to display also i have fix header so pager is set to false.actually i dont want load number of data but when it scroll then next data will be display any one have idea
Posted
Updated 25-Aug-11 21:13pm
v3

1 solution

Without a third-party control the only way to accomplish this is wrap the grid in a div, using CSS to set the height and overflow:scroll, then place your header elements above it.
 
Share this answer
 
Comments
bhargavpp 16-Sep-11 3:26am    
on the scroll event another no of data have to display in grid can we do this thing ?

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