API for entering edit mode on Grid Pro
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
- [ ]
editedCellstate is available on GridPro:gridPro.editedCell = {item, path};- [ ]
editCellmethod should be available on Flow component with:- [ ]
itemparameter (start editing from the first column) - [ ]
itemandcolumnparameters
- [ ]
- [ ]
- [ ] Should warn developer if
itemorpathdoes 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:
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?
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).