Hi,
I'm binding xamGrid to an ObservableCollection(of T) were T implements IEditableObject. When adding new items using the AddNew-Row in xamGrid, the IEditable.BeginEdit is called as expected. But when ending editing by pressing Enter or Tab or Esc or clicking in a different row neither EndEdit nor CancelEdit are called.
Could anyone tell me, what I'm doing wrong?
Here some xaml:
<ig:XamGrid.AddNewRowSettings> <ig:AddNewRowSettings AllowAddNewRow="Top" IsEnterKeyEditingEnabled="True" IsOnCellActiveEditingEnabled="True" IsMouseActionEditingEnabled="SingleClick"/></ig:XamGrid.AddNewRowSettings> <ig:XamGrid.EditingSettings> <ig:EditingSettings AllowEditing="Row" IsEnterKeyEditingEnabled="True" IsOnCellActiveEditingEnabled="True" IsMouseActionEditingEnabled="SingleClick" /></ig:XamGrid.EditingSettings>
Thanks
Stephan
Hello,
I have logged this behavior with our developers in our tracking system, with an issue ID of 223227. I have also created a support ticket on your behalf with number CAS-176090-L3J9M5 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Thank you for using Infragistics Components.
Sincerely,ZhivkoEntry Level Software Developer