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

hidden cells are not editable when grid has horizontal scroll #3254

Closed
ilmsolutions opened this issue Jul 10, 2019 · 2 comments
Closed

hidden cells are not editable when grid has horizontal scroll #3254

ilmsolutions opened this issue Jul 10, 2019 · 2 comments

Comments

@ilmsolutions
Copy link

ilmsolutions commented Jul 10, 2019

Using ag-grid-community 21.0.1, REACT

When the grid has horizontal scroll, startcellediting for multiple cells the hidden cells do not enter editable mode.

Plunker to replicate the issue (Shrink preview window so there is a horizontal scroll, and click on "EDIT ALL CELLS")

` onBtStartEditing(key, char, pinned) {
['firstName', 'lastName', 'gender'
, 'age', 'mood', 'country', 'address']
.forEach(col => {
//this.gridApi.setFocusedCell(0, col, pinned);
this.gridApi.startEditingCell({
rowIndex: 0,
colKey: col,
rowPinned: pinned,
keyPress: key,
charPress: char
});
})

}`

While the visible cells enter into edit mode, the hidden cells do not.

@davis4acca
Copy link
Contributor

Hi,

ag-grid staff does not provide support through github. If you are a customer please contact us through our official support channel. Note that this issue has been flagged as managed-by-the-community, we also recommend you to check stackoverflow, note that if there is no activity on this issue after a while we will close it.

Thanks

@stale
Copy link

stale bot commented Aug 4, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants