Completed
Last Updated: 25 Apr 2016 12:29 by ADMIN
ADMIN
Dimitrina
Created on: 25 May 2015 13:08
Category: GridView
Type: Feature Request
2
Performance issues with GridViewComboBoxColumn when displaying big ItemsSource
The reason for the performance issues is the size of the ItemsSource for the combo column and the internal lookup logic.

A new IsLightweightModeEnabled property of GridViewComboBoxColumn will be introduced with R2 2016. Its default value is False. 
When set to True, the new lightened lookup logic is triggered, thus the performance of the column is significantly increased.
0 comments