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
250
Continues CPU usage when using igx grid inside a component which is dynamically created
posted

Hello,

I have an app in which i used to create dynamic component as per requirement and i bind dynamic component's input property using setters with data source at the time of creation and this component has a igx grid which is binded to data source the problem is that this causes continues cpu usage arround 10-12 % . i had ran the profiler of chrome and seen that "checkandupdateview " is recuring and taking the whole CPU uage please tell me what should i do

Parents
No Data
Reply
  • 845
    Offline posted

    Hello Alok,

    Can you provide more context for your application like what version of Angular and our library are you using? 

    Do you have any code that may trigger constant change detection cycles in your view? Anything like vanilla setInterval or rxjs interval observable?

    I'm waiting for your reply.

Children
No Data