Intersoft WebGrid Documentation
How-to: Enable Virtual Group Row Paging
See Also Send comments on this topic.

Glossary Item Box

WebGrid.NET now supports group row paging when used together with VirtualLoad™ mode. The group row paging significantly improves overall performance by loading only a small number of records (specified in GroupRowPageSize property) when user expands the group header.

In this topic, you will learn how to enable Virtual Group Row Paging.

To enable Virtual Group Row Paging

  1. Open WebGrid.NET Designer. In Popular Settings, scroll down to Paging section and set Paging Mode to VirtualLoad.
  2. Right click on WebGrid control and choose Properties.
  3. Expand ClientBindingSettings. Set EnableGroupRowPaging to True and GroupRowPageSize to 20.
  4. Run the project.

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.