Show / Hide Table of Contents

Enum JqGridDynamicScrollingModes

Defines available modes for jqGrid dynamic scrolling

Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Enums
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public enum JqGridDynamicScrollingModes : int

Fields

Name Description
Disabled

Dynamic scrolling disabled.

HoldAllRows

Dynamic scrolling enabled, the grid will hold all items requested.

HoldVisibleRows

Dynamic scrolling enabled, the grid will hold only visible rows.

Back to top Copyright © 2016 - 2019 Tomasz Pęczek