Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Issue with Selection in angular implementation of igGrid
posted

Hello, I'm having an issue with an angular implemention of igGrid, with some unexpected behaviour with the selection.

I've attached an example.

To reproduce the issue I'm having:

1. Double click in a cell which is editable (eg Comment), the cell enters edit mode.

2.  Click on any other cell.  If you clicked on a cell in the same row, the selection will never move from the previously edited cell.  If you click on a cell in a different row, the selection will not move on the first cell clicked, but subsequently clicking on another cell again will move the selection again.

In a jquery implementation, the cell being clicked just gets selected immediately.

Is there some way to get around this unexpected result?

angularSelectionIssue.zip