Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

134
Views
ag grid auto complete cell editor doesn't work on enterprise version

I am trying to use AutoCompleteCellSelector in ag-grid enterprise version. This is how my column definition looks like -->

fieLd: MY NAME_FIELD; headerName: MY_NAME, width: 400.
colId: MY_FIELD,
cellEditor: AutocompleteSelectCellEditor,
cellEditorParams:{
    cellRenderer: "rowDropDownCellRenderer"
    required: true,
    selectData:[
        { value: 0, label: "this" }
        { value: 1, label: "is" },
        { value: 2, label: "sparta" }
        { value: 3, label: "yolo" },
            ]
    placeholder: "Desk"
},
valueFormatter: (params: any) => {
        if (params. value) {
        return params. value. label || params.value,value I| params. value;
        }
        return ""
},
editable: true

But when I start application it fails with below error -

Types of property 'cellEditor' are incompatible.
Type 'typeof AutocompleteselectcellEditor* is not assignable to type "string | (new () => ICellEditorcomp) | undefined*
Type 'typeof AutocompleteselectcellEditor' is not assignable to type "new () -> ICellEditorcomp'
Type 'Autocompleteselectcelleditor' is not assignable to type 'ICelleditorComp'
Types of property 'init' are incompatible.
Type
* (parameters: IAutacompleteselectCellEditorParameters«AutocompleteSelectcelleditor»)=›void'isnotassignabletotype'(params:
ICellEditorParams) =› void | AgPromiservoid»'
Types of parameters "parameters' and 'params' are incompatible.
Property 'selectData' is missing in type 'ICellEditorParams' but required in type
"AutocompleteSelectcellEditorParameters<AutocompleteselectCellEditors'.

So my assumption is AutocompleteSelectcelleditor is not compatible with ag grid enterprise? Or am I doing any mistake?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!