Categories | Question details Back To List | ||
Grid filter Hi, i am getting this error when i try to missing ; before statement
Answer posted by Support on Nov 04, 2008 01:49 Most probably the problem is in eval(a+text_value); the result expression is not valid js code, which cause mentioned error. Using eval is a bad practice, in most cases it can be replaced with more stable solution, without eval. |