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
305
Getting Error: cannot call methods on igGridGroupBy prior to initialization; attempted to call method 'option'
posted

We are getting error when use the below function before groupby initalization. 

groupedColumns = $("#grid").igGridGroupBy("option", "groupedColumns");

http://jsfiddle.net/vrrenga/1q3b0pgw/

Any advice on this?