Skip to content
New issue

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

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

Already on GitHub? # to your account

API for entering edit mode on Grid Pro #2674

Open
13 tasks
yuriy-fix opened this issue Jan 21, 2022 · 2 comments
Open
13 tasks

API for entering edit mode on Grid Pro #2674

yuriy-fix opened this issue Jan 21, 2022 · 2 comments
Labels
acceptance criteria used for the acceptance criteria checklist DS Design System feature (e.g. component)

Comments

@yuriy-fix
Copy link
Contributor

yuriy-fix commented Jan 21, 2022

Description

Providing an API to enter GridPro editing mode programatically.

Use cases

As a developer
I want to programmatically open the cell in editing mode
So that I can achieve it using explicit public API

Acceptance criteria

  • editedCell state is available on GridPro: gridPro.editedCell = {item, path};
    • editCell method should be available on Flow component with:
      • item parameter (start editing from the first column)
      • item and column parameters
  • Should warn developer if item or path does not exist or out of the viewport
  • Documentation is updated accordingly and corresponding example is added: https://vaadin.com/docs/latest/ds/components/grid-pro

General criteria

  • APIs reviewed
  • Design
  • Performance
  • UX/DX tests in Alpha
  • Documentation:
  • How to test?
  • Limitations:
@yuriy-fix yuriy-fix added acceptance criteria used for the acceptance criteria checklist DS Design System feature (e.g. component) labels Jan 21, 2022
@rolfsmeds rolfsmeds changed the title API for entering edit mode API for entering edit mode on Grid Pro Jan 26, 2022
@sirbris
Copy link

sirbris commented Jun 10, 2022

Any updates on this? This feature was heavily used in V8... In our case the user adds a new entry to the grid (via context menu or button) and directly wants to start typing... it doesn't even have to be a specific column, we just need to open the edit mode. Is there any workaround?

@F0rce
Copy link

F0rce commented Jul 4, 2022

Are there any updates ? If this will not reach upstream, is there a way to trigger it via JavaScript (if the row to be edited is visible) ? I would just like to have this functionality in V14 (and V23).

@gtzluis gtzluis moved this to Under consideration in Roadmap Feb 24, 2023
@gtzluis gtzluis added this to Roadmap Feb 24, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
acceptance criteria used for the acceptance criteria checklist DS Design System feature (e.g. component)
Projects
Status: Under consideration
Development

No branches or pull requests

3 participants