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
80
Cannot read property 'startCSSQuery' of null
posted

I get this error when I navigate from a page which contains a ignite-ui chart and a grid to another page which contains a  ignite ui grid. 

On the page which has a chart & grid, I tried to add below code ngOnDestroy and that did not help. Please let me know if I am missing something. Thanks.

this.chart.series.clear();
this.chart.axes.clear();
this.chart.destroy();

Parents
No Data
Reply
  • 25665
    Offline posted

    Hello,

    Thank you for contacting Infragistics!

    What version of Ignite UI are you using? The best way for us to assist you is if you provide a small isolated sample that we can run and use for debugging locally. If you are unable able to provide an isolated sample I may be able to give suggestions if you provide the code for your page.

Children
No Data