Hello,
I have a grid that was working fine since month, and now users get an SQL error.
When they hit forget settings the grid start working again….
When looking at the SQL request there is no error. The request is working finr if I run it into a mysql admin.
Can you help diagnose this?
Thanks
4 Answers
It looks like you are using same storage key twice in your app. It should be unique per data grid. e.g.
var opts_list1 = {
“stateOptions”: {
storageKey: “gridState-gridsimple“,
columns: true,
…
};
If problem persist, let me know.
Hello,
Please share screenshot of the issue. It’s difficult to understand issue by provided details.
You can also send me on direct email. [email protected]
Your Answer