ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Can't get backspace key to work when editing a cell
« previous
next »
Print
Pages: [
1
]
Author
Topic: Can't get backspace key to work when editing a cell (Read 341 times)
jakobs1
Pro Enterprise
Newbie
Posts: 3
Can't get backspace key to work when editing a cell
«
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
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Can't get backspace key to work when editing a cell
«
Reply #1 on:
December 28, 2022, 10:24:25 pm »
Have you implemented a custom key event handler anywhere in your code.
Logged
jakobs1
Pro Enterprise
Newbie
Posts: 3
Re: Can't get backspace key to work when editing a cell
«
Reply #2 on:
January 02, 2023, 06:29:47 pm »
No I have not
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Can't get backspace key to work when editing a cell
«
Reply #3 on:
January 02, 2023, 06:54:56 pm »
Try to use different editors i.e., "textbox", "textarea", "contenteditable". Kindly share a jsfiddle if not able to resolve it.
Logged
jakobs1
Pro Enterprise
Newbie
Posts: 3
Re: Can't get backspace key to work when editing a cell
«
Reply #4 on:
January 03, 2023, 02:26:31 am »
Thank you. Got it to work after adding
editor: { type: 'textbox'} to the colModel.
Was not aware of that was required.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Can't get backspace key to work when editing a cell