Hi Guys,
We are evaluating your grid for a new project.
Problem 1
If you are typing into the FilterRowControl as an item is added to the underlying ObservableCollection the FilterRowControl looses focus.
Problem 2
If you click in the FilterRowControl at the same time as an item is added to the underlying ObservableCollection an excetion is thrown.
System.ArgumentException: An item with the same key has already been added.at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)at Infragistics.Silverlight.Controls.XamWebGrid.EnterEditModeInternal(Row row, Cell cell)at Infragistics.Silverlight.Controls.XamWebGrid.EnterEditMode(CellBase cell)at Infragistics.Silverlight.Controls.Cell.OnCellDoubleClick()at Infragistics.Silverlight.Controls.XamWebGrid.c(Object A_0, MouseButtonEventArgs A_1)at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)
Hello,
With regards to the second problem this issue was reported and fixed in the latest service release for version 9.2 (9.2.20092.2014). About the first problem it sounds like an issue. I will open a support ticket so we can investigate the behavior.
Thank you,
I am getting same issue in Silverlight XamGrid 10.3.20103.2117.
Please suggestion solution.
I am also using xamGrid.InvalidateData(). If i remove then i don't get this error. But i need InvalidateData to refresh calculation/summary fieds