Description

현재 선택된 행(itemIndex)들을 가져온다.

Syntax

function getSelectedItems()

Parameters

None.

Return value

Type: Arrary of Number
현재 선택된 행들.

Examples

var sel = gridView.getSelectedItems();
window.console && console.log("SelectedItems: ", JSON.stringify(sel));