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
15
Exception after upgrade to Win Infragistics 2017 Vol2 from 2014 Vol2
posted

Existing code is working fine with Infragistics 2014 vol2 win form, same code is not working when upgraded to Infragistics 2017 vol2.

While edit a cell value in grid below exception thrown. please help to resolve this issue.

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

 

************** Exception Text **************

System.InvalidOperationException: Operation can not be performed when not in edit mode.

   at Infragistics.Win.EditorWithMask.EnsureInEditMode()

   at Infragistics.Win.EditorWithMask.get_Sections()

   at Infragistics.Win.EditorWithMask.OnControlLeave(Object sender, EventArgs e)

   at System.EventHandler.Invoke(Object sender, EventArgs e)

   at System.Windows.Forms.Control.OnLeave(EventArgs e)

   at Infragistics.Win.UltraWinGrid.UltraGrid.OnLeave(EventArgs e)

   at System.Windows.Forms.ContainerControl.UpdateFocusedControl()