We have an issue during development regarding the igGrid.
Whenever we are doing a post from a form and we want to take the user to the same page and reload again the grid the below error shows.
the code is: @(Html.Infragistics().Grid(Model.Rolegrid))
from the backend is a normal basic creation of a grid with custom columns etc.
This only happens on Post and never on get.
If you need more information just ask and will provide.
To provide a sample application will be difficult but if needed I will try to send a sample code
Hello Luke,
Thank you for posting in our forum.
There is another forum thread that was started three weeks ago, where the same issue is discussed – you may read my reply there and try using the JSON validators that I suggested in my reply there.
The other user was getting the same error, but was only able to provide a part of his grid initialization configuration, which in that scenario is not enough to reproduce the problem. Hence I would really appreciate if you please provide an isolated MVC code sample where not only the grid, but the form creating the POST request is present as well. That would allow me reproduce this behavior on my side, debug and find what is causing the issue so I could give you a more detailed answer.
I look forward to hearing from you.
Hi vasil
I'm replying on behalf of my colleague who posted the issue as for some reason he can't reply to the post.
I have attached the link to a sample code made with our libraries and scripts used. from the Home page there is a post button which doesn't transfer anything but refreshes the grid view for the Post.
For some reason on the build of the page it returns an error mentioned above
can you investigate the issue as this was not present on the 2018 Infragistics, but is present in the 2019 version
We transfer link