Hi Koolreport,
I am using Datagrid's Datatable to load thousands of records (say 10,000 at least) via client side rendering and the process becomes too slow which in turn freezes the whole page and takes more than 5 minutes to render the datatable and sometimes not render it at all. I have also disabled the fastRender but still no difference. I don't want to use server side rendering because when I try to export the report it does not export all the records but only current page's records.
Is there a way to optimize the performance of client side rendering?