Here Mudassar Ahmed Khan has explained with an example, how to load data on demand on scroll in WebGrid using jQuery AJAX in ASP.Net MVC Razor.
The WebGrid has Fixed (Freezed) Header Row and the Data Rows have a Scrollbar and when the Scrollbar is scrolled, an AJAX call is made to the Controller’s Action method and the data is loaded in WebGrid.
The records from Database are loaded in WebGrid Page Wise as the data is scrolled using jQuery AJAX, JSON and Entity Framework in ASP.Net MVC Razor.
↧