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.

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello David,

     

    Thank you for your post. I have been looking into it and I can say that there isn’t any breaking change in the XamTextEditor in version 13.1. I believe that the result you want to achieve is the same as the one in the sample in the Samples Browser under xamDataGrid / Display / IDataErrorInfo Support section. Please take a look at it and if it doesn’t satisfies all your needs, could you please send more details about the functionality you want to achieve and an isolated sample project, where your issue is reproduced, so I can investigate it further for you.

     

    Looking forward for your reply.

Children