The DevExpress ASP.NET MVC Card View (CardView) supports endless paging mode, which allows control cards to load on demand. To enable this functionality, set the SettingsPager.Mode property to EndlessPaging. Depending on the EndlessPagingMode, the card view loads more cards either automatically when the end-user scrolls down to the bottom of the control (OnScroll), or by clicking the corresponding hyperlink (OnClick).
Themes
Endless Paging
|