Hi,
I upgraded to 11.1 to 13.1, and a XamTextEditor I have that was previously working is showing the following behavior:
1) Enter edit mode by making the cell active or right clicking the cell and choosing rename
2) type in some random garbage
3) hit enter key OR change focus by hitting tab or clicking out
4) the entered value is immediately blanked out and validation fails turning the cell red
Is there some change moving from the IG versions that changes the way EditMode is handled?
Thanks for your help.
Edit: I did some more digging, the text box in the XamTextEditor control that holds the actual text value is fine through the EditModeEnding event, and then suddenly in EditModeEnded, the text box in the control is null.
Hi
We have identified few issues and came to know issue in the new Version 13.1 XamTextEditor control behavior.
Issue1: The text box control is null when hit enter key OR change focus by hitting tab or clicking out.
Issus 2: Textbox text should select single click XamTextEditor will be moved to Edit mode
Please refer the more details about the issus http://es.infragistics.com/my-account/support-case/CAS-122788-C2P5J6
Hello David,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
I created a sample project for you following your scenario and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.
Something new that I have found, is that on a working earlier version of the software, the text box becomes null so this is normal - but the DisplayText isn't being persisted through the event change.
Sorry, let me clarify. I want basic functionality - I want to hit enter, and have my value saved.
The behavior I am getting is not consistent with this, when I hit enter after making modifications to a field, the value does not save - instead, the value blanks out and validation immediately fails. While debugging, all the proper things are happening event wise up until EditModeEnding moves to EditModeEnded - this is where the internal text box in the XamTextEditor somehow becomes NULL, so nothing is really saved.