All docs
V25.2
25.2 (CTP)
25.1
24.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map
A newer version of this page is available. Switch to the current version.

jQuery/JS Common Types - grids - LoadPanel

Configures the load panel.

import { LoadPanel } from "devextreme/common/grids"

enabled

Enables displaying the load panel automatically.

Type:

Boolean

|

Mode

Default Value: 'auto'

height

Specifies the height of the load panel in pixels.

Type:

Number

|

String

Default Value: 90

indicatorSrc Deprecated

Use the indicatorOptions instead.

Specifies the path to a custom load indicator image.

Type:

String

Default Value: ''

Use a .gif image to implement an animated load indicator.

shading

Specifies whether to shade the UI component when the load panel is shown.

Type:

Boolean

Default Value: false

shadingColor

Specifies the shading color. Applies only if shading is true.

Type:

String

Default Value: ''

showIndicator

Specifies whether to show the loading indicator.

Type:

Boolean

Default Value: true

showPane

Specifies whether to show the pane of the load panel.

Type:

Boolean

Default Value: true

text

Specifies text displayed on the load panel.

Type:

String

Default Value: 'Loading...'

width

Specifies the width of the load panel in pixels.

Type:

Number

|

String

Default Value: 200