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
165
XamTextEditor EditMode ending loses value in upgrade from 11.1 to 13.1
posted

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.