Declined
Last Updated: 29 Nov 2022 14:21 by ADMIN
marcus
Created on: 14 Oct 2022 11:49
Category: TreeListView
Type: Bug Report
2
GridView: Degraded performance when generating a large number of dynamic columns
Performance is degraded when a large number of columns are added dynamically by binding the Columns collection via an attached behavior.
1 comment
ADMIN
Dilyan Traykov
Posted on: 29 Nov 2022 14:21

The reason for the slow performance is the use of an ObservableCollection to hold the dynamic columns and the large number of collection change notifications.

Using a RadObservableCollection with its AddRange method or suspending notifications resolves the performance issue.

We've gone ahead and updated the Binding Columns From ViewModel demo from the SDK Examples Browser to demonstrate how this collection can be used in this scenario.

Regards,
Dilyan Traykov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.