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
240
xamgrid CellEnteredEditMode event
posted

HI,

I am using xamgrid for WPF.

Xamgrid has CellEnteredEditMode event where I can do something with the editor which define in the XAML. In my case, it is a simple textbox and I would like to change the text. But this object has empty text(looks like the binding was not applied yet) and setting something new doesn't appear on the UI. 

So you have any idea how to solve this?

Parents
  • 34810
    Verified Answer
    Offline posted

    Hello Boris,

    My team and I have done an initial investigation of this, and I believe we may need a little more information from you on the way that your XamGrid cell in question is set up in this case before beginning work on a sample project to try to reproduce this issue on our end. Would it be possible for you to please provide some information regarding the following?

    1. Are you using a TemplateColumn or perhaps something else to place your TextBox in the XamGrid?

    2. How is your TextBox.Text property bound to the underlying data item value? Would it be possible for you to provide the binding you are using, if any exists?

    3. In the CellEnteredEditMode event, what is the code you are using to try to set the Text on the element that you are obtaining?

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Associate Developer

Reply Children
No Data