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()
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.
The fix for InvalidOperationException when calling DeactivateCell action in grid's Leave event is included in our latest service release. Please follow the instructions listed here in order to get our latest service release.
Let me know if I may be of further assistance.
HI Sahaja,
This fix has solved my original issue but now after applying new SR 2039 we are not able to modify UltraGrid (Infragistics control) properties from designer and small icon to edit the properties is not appearing.
Please help to resolve this issue. thanks in advance.
Regards,
Vijay
Vijay,
It sounds as though you are referencing a different version (service release) in your application than what is installed on your machine. Or more specifically the designers for the the controls can't be found.
Please make sure that you have the exact version installed that you are referencing in your application.
We have installed latest SR 2039 on top of 17.2 and extracted the version free dlls from there and those are referred in application.
before installing the this SR we installed 17.2, with 17.2 we could edit the controls.
we have both version of application one where we are referring 17.2 (able to edit the properties) version free dlls and another with 17.2 + SR 2039 (not able to edit the properties).
please suggest if we are missing any thing.