Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IgrDataGrid places last active cell value in blank columns when navigating from previously blanked numeric columns #81

Open
agoldenbaum opened this issue Aug 14, 2024 · 0 comments
Labels
🐛 bug Something isn't working

Comments

@agoldenbaum
Copy link

Steps to reproduce:

  1. Run the sample in the following topic: https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/cell-activation#react-grid-cell-activation-example.
  2. In any row in the grid, enter edit mode and blank out the values of the Salary and City column.
  3. Click on any other active cell that has a value in it.
  4. Double click in the previously blanked Salary column cell. It's value should currently be $0.
  5. Press Shift+Tab to navigate to the blank City cell to its left.

Result:
The value in the City cell that is navigated to in Step 5 gets the value from the cell activated in Step 3 placed in it.

@agoldenbaum agoldenbaum added the 🐛 bug Something isn't working label Aug 14, 2024
@agoldenbaum agoldenbaum changed the title IgrDataGrid places last active cell value in blank columns when navigating from blanked numeric columns IgrDataGrid places last active cell value in blank columns when navigating from previously blanked numeric columns Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant