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?