0

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
}
angelcool.net
  • 2,505
  • 1
  • 24
  • 26
josh_boaz
  • 1,963
  • 7
  • 32
  • 69
  • If your grid is using paging this should be the default. If you are not using paging and showing every row of data, then how are you defining "displayed on the page"? – Scott May 03 '16 at 00:09
  • displayed on the page is basically subset of data which is defined by paginationPageSize : 10 – josh_boaz May 03 '16 at 13:54

0 Answers0