ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: jakobs1 on December 28, 2022, 05:06:19 pm
-
Is there something I'm missing. I see that it is working in the demo but not in my code
-
Have you implemented a custom key event handler anywhere in your code.
-
No I have not
-
Try to use different editors i.e., "textbox", "textarea", "contenteditable". Kindly share a jsfiddle if not able to resolve it.
-
Thank you. Got it to work after adding
editor: { type: 'textbox'} to the colModel.
Was not aware of that was required.