getting this error on calling destory method
jquery-2.2.4.js?v=03312017:253 Uncaught Error: cannot call methods on igGridMultiColumnHeaders prior to initialization; attempted to call method 'destroy'
$("#tablename").igGrid('destroy');
Hello Akhi,
Thank you for posting in our forums!
Please answer the following questions so I may better assist you.
1. What version and build of Ignite UI are you using? e.g. 16.2.20162.21412. What other features do you have enabled on the grid?3. What other processes/actions occur during the button click?
Looking forward to hearing from you.
i had an igrid created initially having multi headers...After that on click of button wanted to destory it and recreate it..Called $("#tablename").igGrid('destroy'); at that stage..At the stage of recreation it is throwing an error