Skip to main content

GridViewLoadingPanelMode Enum

Lists values that specify how a loading panel is displayed in a grid control.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum GridViewLoadingPanelMode

Members

Name Description
Disabled

A Loading Panel isn’t displayed while waiting for a callback response.

ShowAsPopup

A Loading Panel is displayed above the GridView while waiting for a callback response.

LoadingPanelMode_Popup

ShowOnStatusBar

A Loading Panel is displayed on the GridView’s Status Bar while waiting for a callback response.

LoadingPanelMode_Statusbar

Default

A Loading Panel is displayed above the GridView while waiting for a callback response. If endless paging is enabled, the panel is displayed below the control.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also