Skip to content

ui-grid row selection highlights wrong row when filtering is enabled #1639

Closed
@andymcd7

Description

@andymcd7

ui-grid - v3.0.0-rc.10-a2f60ef - 2014-09-26

When using filtering and row selection, the highlighted row is off by one after selecting a row. With filtering disabled, it works properly.

capture

        $scope.myGrid = {
            enableFiltering: true,
            enableRowSelection: true,
            columnDefs: [
                    { name: 'NormStyleName', displayName: 'Normalization Style' },
                    { name: 'FromDate', displayName: 'From Date' },
                    { name: 'ThruDate', displayName: 'Thru Date' }
            ]
        };

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions