How to bind data into model when user add/update/delete row in wijmo flex grid

Posted by: mayank.topiwala on 21 August 2019, 3:33 pm EST

    • Post Options:
    • Link

    Posted 21 August 2019, 3:33 pm EST

    Hi,

    I have a wijmo flex grid in which user can add/update/delete row. I want to track each time when user performs this operation and then bind the updated data into the model. Can you please suggest any approach ?

    Thanks,

    Mayank

  • Posted 22 August 2019, 1:38 am EST

    Hi Mayank,

    For this, you may use the trackChanges property of the CollectionView. When the trackChanges property is set to true, the items which are added, updated or deleted are stored in itemsAdded, itemsEdited and itemsRemoved properties of the CollectionView class respectively. Refer to the link below:

    https://www.grapecity.com/wijmo/demos/Core/CollectionView/EditingViews/TrackingChanges/angular

    Let us know if you have any further queries.

    Regards,

    Ashwin

  • Posted 28 August 2019, 7:02 am EST - Updated 3 October 2022, 3:05 pm EST

    Thanks Ashwin.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels