@@ -1074,7 +1074,14 @@ public abstract class DynamicGrid<T> : DynamicGrid, IDynamicGridUIComponentParen
MasterData = table;
Dispatcher.Invoke(() =>
{
- ProcessData(null);
+ try
+ {
+ ProcessData(null);
+ }
+ catch (Exception e)
+
DoAfterRefresh();
bRefreshing = false;
IsReady = true;