Skip to content

Uncaught TypeError: Cannot read property 'rowIndex' of undefined #298

Closed
@NathanWalker

Description

Uncaught TypeError: Cannot read property 'rowIndex' of undefined ng-grid.js
ngMoveSelectionHandler
(anonymous function)
b.event.dispatch
v.handle

This happens randomly.

Using these gridOptions:

s.gridOptions = {
    data : 'files',
    multiSelect:true,
    columnDefs: [
      {
        field: 'name',
        displayName: 'Name',
        cellTemplate:'<div class="file-title" data-ng-bind-html="row.getProperty(col.field)"></div>'
      }
    ]
  };

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions