I want to restrict the select all functionlity to not select the entire data set, but instead only select entries displayed on the page. How can this be done?
$scope.gridEvents = {
enableSorting : true,
enableSelectAll: true,
enableColumnResize: true,
enablePaginationControls: false,
rowHeight: 27,
enableScrollbars : true,
paginationPageSize : 10
}