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

How do I make the ag-grid table listen to keyboard events for a custom editing component? #7895

Open
afr751116 opened this issue Apr 27, 2024 · 0 comments

Comments

@afr751116
Copy link

I'm submitting a ... (check one with "x")

[] bug report => see 'Providing a Reproducible Scenario'
[] feature request => do not use Github for feature requests, see 'Customers of AG Grid'
[x] support request => see 'Requesting Community Support'

{ field: 'remark', headerName: 'remark', editable: true, cellEditor: AgNzInputArchivesComponent, cellEditorParams: params => { return { }; } },

export class AgNzInputArchivesComponent implements ICellEditorAngularComp, OnDestroy {}

How do you make < AgNzInputArchivesComponent > be ag - grid monitor and keyboard events triggered < onCellKeyDown (event: CellKeyDownEvent | FullWidthCellKeyDownEvent): void {}>

Please tell us about your environment: WIN2019 Visual Studio Code

  • AG Grid version: 30.2.0
  • Browser: Google Chrome 123.0
  • Language: [ TypeScript 4.3.5 | ES5]
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