Skip to content

How to programmatically deselect the 'select all' checkbox? #426

@mxreppy

Description

@mxreppy

Hi-

Another question, how do we clear the 'select all' checkbox? I've got a button off-grid that process the selected rows and can clear the selection a variety of ways (setting the selected item array to zero length or calling

$scope.gridOptions.$gridScope.toggleSelectAll(false);

but I can't seem to clear the 'select all' box. I've tried

$scope.gridOptions.$gridScope.allSelected = false;
// or
$scope.gridOptions.allSelected = false;

but neither seem to affect the checkbox.

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions