vaadin / platform

Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right one.
https://vaadin.com
553 stars 78 forks source link

API for entering edit mode on Grid Pro #2674

Open yuriy-fix opened 2 years ago

yuriy-fix commented 2 years ago

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

General criteria

sirbris commented 2 years ago

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 commented 2 years ago

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).