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

[gridpro] Add editCell(..) method to programmatically activating cell editor #2185

Open
TatuLund opened this issue Oct 5, 2021 · 2 comments
Labels
enhancement New feature or request vaadin-grid-pro

Comments

@TatuLund
Copy link
Contributor

TatuLund commented Oct 5, 2021

Consider use case where you have e.g. button or other method to add a new row to the editor. You would like to programmatically open the cell in editing mode on the newly created row.

e.g.

gridPro.editCell(..);

Should it have overloading for different ways of indicating the cell, e.g. int, int for column, row index, String, int for column id, row index, String, T for column id, item.

gridPro.editCell(0,0);
gridPro.editCell(columnId,item);
gridPro.editCell(columnId,0);

(This was possible with Vaadin 8 using Grid FastNavigation add-on).

@TatuLund TatuLund added the enhancement New feature or request label Oct 5, 2021
@rolfsmeds
Copy link
Contributor

Related: #1219

@web-padawan web-padawan added this to the v23 milestone Nov 4, 2021
@yuriy-fix yuriy-fix removed this from the v23 milestone Dec 7, 2021
@sirbris
Copy link

sirbris commented Jan 31, 2023

Does any workaround (via js?) come to mind?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request vaadin-grid-pro
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants