I have recently been upgrading a legacy application from MVC4 to MVC5 and I discovered that I can no longer use my version of JqGrid. I get the message;
This is a trial version of jqGrid for ASP.NET MVC which has expired.
I found out that I can still get a free version;
Is JQGrid free?
So I uninstall the existing JqGrid via Nuget and I download the new free version via Nuget: Install-Package free-jqGrid
I run the application but I still get the "trial version" error message. I try clearing the caches but still I have this problem. How do I fix this?