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).
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxCardViewDemos |