IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 83 forks source link

igGrid - The index value of the cell obtained in event cellSelectionChanged appears to be incorrect. #2184

Closed IG-Mori closed 2 years ago

IG-Mori commented 2 years ago

Description

The index number of the cell retrieved in the cellSelectionChanged event seems to be incorrect.

Steps to reproduce

  1. Launch the application.
  2. Drag to select column 3 through 1 of the first row.(column 3, column 2, column 1 in that order)
  3. Check the output of the console.
  4. Check that the column index numbers are output in the order selected.

Result

Index numbers are output in the order 2, 3, 4

Expected result

Index numbers are output in the order 2, 1, 0

Attachments

Attach a sample if available, and screenshots, if applicable.
sample: igGrid-CellSelection.zip

scteenshots of the console: screenshot