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

Excel style editing sample issues. #445

Open
MayaKirova opened this issue Dec 13, 2023 · 2 comments
Open

Excel style editing sample issues. #445

MayaKirova opened this issue Dec 13, 2023 · 2 comments
Assignees

Comments

@MayaKirova
Copy link
Contributor

The editing-excel-style xplat sample does not quite work as expected in any of the generated samples (wc, react, blazor). For reference, it should work as in the angular sample: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/cell-editing#grid-excel-style-editing

WC: https://staging.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grid/cell-editing#grid-excel-style-editing
React: https://staging.infragistics.com/products/ignite-ui-react/react/components/grids/grid/cell-editing#grid-excel-style-editing
Blazor: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/cell-editing#grid-excel-style-editing

Issues:

  • You cannot directly start typing on the active cell to change the value.
  • Enter/Shift+Enter changes the active cell correctly, however it also causing it to enter/exit edit mode, which is incorrect.
@MayaKirova
Copy link
Contributor Author

@skrustev The issue with the typing seems to be a problem in the wc grid, so I logged it here: IgniteUI/igniteui-angular#14028

@MayaKirova
Copy link
Contributor Author

After looking into it, it seems that the gridKeydown is not an appropriate event for this since it by design ignores any key that is not supported action for the navigation service (more info here)
So probably the sample should be reworked to use keydown or if that's not supported in the editor - be made into custom samples per platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants