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()

Parents
No Data
Reply
  • 6120
    Offline posted

    Hello Vijay,

    InvalidOperationException when calling DeactivateCell action in grid's Leave event has already been fixed internally and will be included in the next service release. I have created a private case CAS-194801-N1L4S7 for you to track this issue. I have linked this case to the relevant Development Issue 247788. so that you will be notified when the service release is available.  You can see the service release schedule here: www.infragistics.com/.../service-releases

    Let me know if you have any questions.

Children