Description

Paging 모드일 때 전체 페이지 개수를 리턴한다.

Syntax

function getPageCount()

Parameters

None

Return value

Type: Number
페이지 개수.

Examples

var count = gridView.getPageCount();