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
0
save data on CellBatch Commit.
posted

https://es.infragistics.com/products/ignite-ui-blazor/blazor/components/data-grid-cell-editing.html

I found that TransactionType have a Three value. update, add, delete.

but sample shows only updated one.

So if there's a way to notify Changes about Add and Delete?

I want to batch data save when i press Save(commit) button.

  • 29065
    Suggested Answer
    Offline posted

    Hello Yeowon, 

    Thank you for contacting Infragistics. There is nothing additional needed for add or delete unless you wanted that in the UI. At the bottom of the topic it explains that if you hook OnDataCommitting you can validate whether the transaction type of add, update or delete and make your decision whether to commit the values or not. Note, our same grid in our react toolset does demonstrate the delete option. Its the far right column. If you added a templated column in blazor you can achieve a similar result.

    eg. 

    https://es.infragistics.com/reactsite/components/data-grid-cell-editing.html