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
25
Out of stack space error on igGrid when performing the data rebinding
posted

I was following the example from the document to bind the igGrid to Netflix web service.

I was able to initialize the grid to web service without any issue.

However, I try to simulate the refreshing data by using " $("#dataGridNetflix").igGrid("dataBind");" on the button click but I got the error of "Out of stack space". 

Thanks

Parents
  • 25
    posted

    This "Out of stack space" issue is only happened on IE8, not Chrome. 

    I am experiencing the same error from the following example from Infragistics website.

    http://es.infragistics.com/products/jquery/sample/grid/grid-api

Reply Children