[Urgent]: DhtmlxGrid With 3000 records consuming CPU 100%

Hi Team,

      I am loading 3000 records into my dhtmlxgrid with 5columns by using parse method. While loading 3000 records my cpu consumption getting 100%. After  data loading completion my CPU consumption is getting to normal. 

Please help me to resolve this issue.

Please, try to use the smart rendering mode:
docs.dhtmlx.com/grid__smart_rendering.html
or the paging mode:
docs.dhtmlx.com/grid__paging.html

I can’t use smartrendering in my case because we are loading dhtmlxgrid records on ajax call. So we can’t use smartrendering. Please suggest how to load dhtmlxgrid data on ajax call without consuming CPU100%.

If your ajax call causing the “cpu 100%” so I can’t help you.
If the grid rendering is causing it, so you can and should use the smart rendering mode.
Al available ways to increase the performance of the grid you can find here:
docs.dhtmlx.com/grid__big_datasets_loading.html