Page 1 of 1

Slow DataGrid

Posted: Tue Dec 01, 2020 5:45 am
by bazyl
Hi,

It takes 210 seconds to display a datagrid with 5 columns and 191 rows.
Are there any plans to optimize DataGrid control ?

Thanks.

Re: Slow DataGrid

Posted: Wed Dec 02, 2020 11:54 pm
by JS-Support @Userware
Hi,

Yes, we have a regression related to the performance of the built-in datagrid, and we plan to address it.

In the meantime, you have these options:
- Set the PageSize in order to reduce the number of items visible on screen at once
- Use the wrapper for the Kendo Grid, which has great performance even for thousands of items, and which is available at: http://cshtml5.com/extensions/kendo.aspx

Thanks
Regards

Re: Slow DataGrid

Posted: Thu Dec 17, 2020 2:01 am
by JS-Support @Userware
We have made progress identifying the cause of the regression in the DataGrid performance.

Please expect a fix in one of the upcoming builds (on nuget.org)

Thanks