Using the groping plug in with datatables and handlebars.js - too much recursion.

Using the groping plug in with datatables and handlebars.js - too much recursion.

jparlatojparlato Posts: 3Questions: 0Answers: 0
edited March 2014 in Plug-ins
I'm getting the error 'too much recursion' in both handle bars and in jquery.js when I select a grouping column from the drop down. My datatables grid call back into an mvc action
public JsonResult GetDataForGrid(DataTableParamModel param)
{
to retrieve the data as json, and I can never get the data to appear due to this recursion error. The data does show up in the initial display (ungrouped), but as soon as I select a group column from the drop down, this error occurs in handlebars - if I remove handle bars, then it will occur in jquery.js.

Anyone have such a problem and some advice?
This discussion has been closed.