Relative Content

Tag Archive for javascriptag-gridcustom-cell

No input textbox shown for typing when agRichSelectCellEditor is used

I was trying to follow the tutorial (https://www.ag-grid.com/javascript-data-grid/provided-cell-editors-rich-select/) to include a column with agRichSelectCellEditor so users can select the cell which has a drop down list that allows typing while search. I am able to get the drop down but there is no textbox for typing. My code looks exactly the same as the example.