Image:stop.png This documentation is for an older version of ZK. For the latest documentation please click here.
Grid
Single Page

Grid

Grid combine with a set of its children, including Rows , Row , Columns , Column , Foot , Footer , Group , Groupfoot , Detail , and Paging .

Note:

Mold: Default

Structure:

Overview

Events:

Action:

Normal (Open)

Hover

Click, Select, and Drag.

Focus

Focus and Hover

Disable

CSS naming:

z-grid

Supported

V

CSS Specification:

Class Name

Description

Default Values

div.z-grid

Background color

background: #DAE7F6; border: 1px solid #7F9DB9; overflow: hidden; zoom: 1;

div.z-grid-header, div.z-grid-header tr, div.z-grid-footer

Border

border: 0; overflow: hidden; width: 100%;

div.z-grid-body

Background color of the body

background: white; border: 0; overflow: auto; width: 100%;

div.z-grid-footer

Background color of the footer

background: #DAE7F6; border-top: 1px solid #9EB6CE;

Mold: paging

Structure:

Overview

Events:

Action:

Normal (Open)

Hover

Click, Select, and Drag.

Focus

Focus and Hover

Disable

CSS naming:

z-grid

Supported

V

CSS Specification:

Class Name

Description

Default Values

div.z-grid-pgi-b

Border of bottom paging

border-top: 1px solid #AAB; overflow: hidden;

div.z-grid-pgi-t

Border of top paging

border-bottom: 1px solid #AAB; overflow: hidden;