Looks like ignite controls are taking too much time to render with knockout. When ko.applybinding is called $.Widget._createWidget @ infragistics.util.js. which take around 20-50ms for each control. So if we have around 100 control on a page it will take around 3-4 seconds.
$.Widget._createWidget also called from on document ready again after ko.applybinding which again take time.
Do you guys have any thoughts/suggestion here.
Hi Manish Dalal,
Thank you for posting on our forums.
I recommend reviewing the Performance Guide available in our documentation:http://www.igniteui.com/help/iggrid-performance-guide
Additionally, the performance of IgniteUI also relies on the browser's JavaScript performance. Please review the performance guide and ensure you're running the latest build for the browser you're using.
Please let me know if you have any questions regarding this matter.