You can hide the pager details from being displayed in the Grid by using the dataBound event of the Grid. The dataBound event is triggered when the Grid is bound with data during the initial rendering. In the argument of the dataBound event, you can obtain the following details.
In the following code example, the Grid is rendered with the virtual paging enabled by using the allowVirtualScrolling property.
MVC
ASP.NET
When you need to hide only the message within the pager <div> from being displayed, you can use the following code example.
Figure 1: Grid with Virtual scrolling enabled – Pager <div> visible Figure 2: Grid with Virtual scrolling enabled – Pager <div> hidden Figure 3: Grid with Virtual scrolling enabled – Message within pager <div> is hidden |
This page will automatically be redirected to the sign-in page in 10 seconds.