SQL Server Collation issue

QuestionsSQL Server Collation issue
Cedric asked 3 years ago

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
Abu Ghufran Staff answered 3 years ago

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.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Cedric answered 3 years ago

no I checked this already. The storage key is unique.

Cedric answered 3 years ago

Any quick help greatly appreciated, thanks!

Abu Ghufran Staff answered 3 years ago

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]

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

8 + 10 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?