ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: roland.kovari@acps-automo on May 19, 2022, 06:07:09 pm
-
Hi paramvir,
'cell combo' does not save data if a filter is active in the header. The error 'TypeError: r.data is not a function'. I am using version 8.3.How can I fix it?
Thanks!
-
I'm unable to reproduce the error/ issue. Can you please share a jsfiddle.
-
Hi,
I sent an email.
Thank you ....
-
Hí paramvir,
Unfortunately, I can't make it jsfiddle. I sent you an email so you can look at it. Please check your email.
Thanks!
-
Hí paramvir,
Unfortunately, I can't make it jsfiddle. I sent you an email so you can look at it. Please check your email.
Thanks!
-
When I access it, it throws error
Uncaught TypeError: Cannot read properties of undefined (reading 'ikon')
at Object.<anonymous> (karbantartas_gomb_grid.js?1653652387:130:38)
at c (jquery.min.js:2:28327)
at Object.fireWith [as resolveWith] (jquery.min.js:2:29072)
at l (jquery.min.js:2:79901)
at XMLHttpRequest.<anonymous> (jquery.min.js:2:82355)
Also I would need a jsfiddle to debug the code and check the reason of issue.
-
Thanks, i can give you access to the code. I can't upload to jsfiddl. I'll email you access to the code again.
-
When I login, I don't see any code, rather I get the same error mentioned in my previous post.
It's important to share a live example along with code to troubleshoot the issue.
I'm not sure what issue are you facing with sharing a jsfiddle. You can use any code sharing tool with which you are comfortable.
Can you reproduce the issue in the online examples of ParamQuery Pro. If yes, then kindly share the steps.
-
I checked, you will now see code. The image sent shows the error and how it was generated.
-
Can I wait for an answer without jsfiddle? You can now see the interface and the code with the login details provided in the email. I need your help. Thanks!
-
I could see the issue on the web page shared by you.
r.data is in fact supposed to be a function
Please check your code. Have you assigned data directly to grid instance somewhere in your code?
-
Thanks, I try.