SMART datagrid v1.4 > Classes > GridBase
DataLudi.GridBase.dataRowCount property
그리드에 연결된 DataSet의 데이터행 개수.
DataSet.rowCount와 동일한 값이다. 그리드행 개수는 rowCount로 알 수 있다.
- Getter
- function dataRowCount(): Integer
Code -1
$('#count').click(function () {
alert(grid.dataRowCount());
}
- See Also
- rowCount
- DataSet.rowCount
- GroupRow.collapsed
- Examples
- 그리드 시작하기