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
350
xamGrid IEditableObject.EndEdit doesn't fire?
posted

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

  • 16495
    Offline posted

    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,
    Zhivko
    Entry Level Software Developer