Completed
Last Updated: 07 Mar 2023 13:57 by ADMIN
Release R1 2023 SP1
Martin Ivanov
Created on: 17 Jan 2023 13:59
Category: MultiColumnComboBox
Type: Bug Report
0
MultiColumnComboBox: The columns of GridViewItemsSourceProvider get cleared when you switch between the same instances
If you have two or more instances of GridViewItemsSourceProvider that you switch at runtime, their columns get cleared on the second switch. This happens because when the ItemsSourceProvider of RadMultiColumnComboBox changes, the columns of the old GridViewItemsSourceProvider get cleared. So, you cannot use the old provider anymore, unless you add the columns again manually.

To resolve this, use a new instance of GridViewItemsSourceProvider, each time you change the ItemsSourceProvider property.
0 comments