|
@@ -1207,7 +1207,7 @@ public class DynamicGridGridUIComponent<T> : IDynamicGridUIComponent<T>, IDynami
|
|
|
// for no reason. I think perhaps the image columns were trying to refer to data that didn't exist anymore when calling DataGrid.Columns.Refresh(),
|
|
// for no reason. I think perhaps the image columns were trying to refer to data that didn't exist anymore when calling DataGrid.Columns.Refresh(),
|
|
|
// and thus some mega problems (perhaps even exceptions within Syncfusion) were occurring, and this seems to fix it.
|
|
// and thus some mega problems (perhaps even exceptions within Syncfusion) were occurring, and this seems to fix it.
|
|
|
// I don't pretend to know why it works; this is probably the strangest problem I've ever come across.
|
|
// I don't pretend to know why it works; this is probably the strangest problem I've ever come across.
|
|
|
- DataGrid.ItemsSource = null;
|
|
|
|
|
|
|
+ //DataGrid.ItemsSource = null;
|
|
|
|
|
|
|
|
DataGrid.Columns.Suspend();
|
|
DataGrid.Columns.Suspend();
|
|
|
|
|
|