This KB illustrates that how to enable virtual scrolling in PivotGrid Solution:You can enable virtual scrolling in PivotGrid with respective to JS, ASP and MVC platforms using the following code example. JavaScript$("#PivotGrid1").ejPivotGrid({ url: "../wcf/PagingService.svc", enableVirtualScrolling: true }); MVC@Html.EJ().Pivot().PivotGrid("PivotGrid1").Url(Url.Content("~/wcf/OLAPService.svc")).EnableVirtualScrolling(true) ASP<ej:PivotGrid ID="PivotGrid1" Url="../wcf/OLAPService.svc" EnableVirtualScrolling="true" runat="server"></ej:PivotGrid>
|
This page will automatically be redirected to the sign-in page in 10 seconds.