Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
MVC Grid JsonReaderException
posted

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. 

Unexpected character encountered while parsing value: _. Path '', line 0, position 0.

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

Parents Reply Children