checkRows
Description
입력된 dataRow와 연결된 Item을 체크하거나 해제한다.
Syntax
function checkRows(dataRows, checked, checkEvent)
Parameters
dataRows
Type: Array of Integer
dataRow 배열
checked
Type: Boolean
true를 입력하면 dataRows와 연결된 Item을 체크한다.
checkEvent
Type: Boolean
Default: true
onItemChecked()의 발생 여부를 지정한다.
ver 1.1.20부터 지원된다.
Return value
None.
Examples
gridView.checkRows([1,2,3,4],true);