Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Index out of range Exception leaving cell
posted

We are using Infragistics4.Win.UltraWinGrid.V23.1

sometimes we are getting an exception:

bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
bei System.Collections.ObjectModel.Collection`1.RemoveAt(Int32 index)
bei Infragistics.Win.UltraWinGrid.UltraGridRow.DeleteHelper()
bei Infragistics.Win.UltraWinGrid.UltraGridRow.CancelEdit()
bei Infragistics.Win.UltraWinGrid.UltraGrid.OnActiveRowCleared(Boolean update)
bei Infragistics.Win.UltraWinGrid.UltraGridBase.SetActiveRow(UltraGridRow row, Boolean scrollIntoView)
bei Infragistics.Win.ControlUIElementBase.ProcessClick(Object sender, EventArgs e)
bei Infragistics.Win.Utilities.ProcessEvent(Control control, ProcessEvent eventToProcess, EventArgs e)
bei Infragistics.Win.UltraControlBase.OnClick(EventArgs e)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I have no real clue how to fix it. Maybe we are using an event wrong or it takes too long is my idea. Can you help me?

Parents Reply Children
No Data