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