Hrides Thakur

Hrides Thakur

  • NA
  • 292
  • 47.8k

json result rows are automatically converting in multi array

Sep 11 2018 12:54 AM
Hi 
 
In my AJAx calli am calling controller method and returning jsonresult. i am fetching data converting ToList then returing like this:
return Json(dllDataValues, JsonRequestBehavior.AllowGet);
dllDataValues have three result set,  
in my dllDataValues one result contains more then 100 rows 237.
when it comes at the view the result set which contains less then 100 row it makes single array and it is ok. but the result which contains more then 100 it is automatically making multipe inner array this is the issue, please see below image.
why json rows are automatically converting in 100 rows per arrays.
 
 
in the image BAUList, ConstCenterList data is ok, but departmentList is automatically splitting in multiple 0-99, 100-199 .....
 
thanks. 

Answers (1)