I handle the value changed event of the XamComboEditor
onvaluechanged()
{
var editor = sender as XamComboEditor;
if (editor.IsInEditorMode)
var cell = GetCellByValueEditor(editor);
cel.EndEdit();
}}
Here I don't want to call editor.EndEditor(true,true)
because after I call that method, the selected row will move to the next one.
Hello Ima,
Thank you for your post. I have been looking into your question and I need some more details about your scenario. Which XamComboEditor you are using : WPF specific one or the shared one? It seems that you have handled the ‘ValueChanged’ event of the XamComboEditor. It will be very helpful to attach a sample application that shows your scenario.
Looking forward to hearing from you.
I have already get the way by Utilities class.
THank you!
I am glad that you have managed to solve your issue.
Fell free to contact us, if you need any further assistance on this matter.