Batch Update

Posted by: yansen.chandra on 21 February 2018, 6:22 am EST

    • Post Options:
    • Link

    Posted 21 February 2018, 6:22 am EST

    Hi,

    I am currently exploring whether to use wijmo or mvc.net flexgrid for creating a complex pivot grid. It will require the inline editing and batch update to server.

    May I know if it is possible to do batch update on wijmo grid?

  • Posted 21 February 2018, 6:49 pm EST

    Hi,

    You can use CollectionView class to keep track of changes by setting trackChanges property to True. This will provide you all DataItems that have been edited,deleted or added.

    When you need to save the items you only need to read the DataItem that have been modified and then pass the data to your server.

    Refer to Tracking Changes section of the following sample

    http://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/collectionviewintro

Need extra support?

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

Learn More

Forum Channels