odataCollectionView - returned data from save request

Posted by: malpacasville on 27 February 2019, 1:32 am EST

    • Post Options:
    • Link

    Posted 27 February 2019, 1:32 am EST

    Hi, is there any event that sees the data returned from an odata update request?

    My server is not an actual odata service, I am just writing the functions as needed, but I’d like to return the updated database row (after triggers, etc) back to the grid.

  • Posted 28 February 2019, 4:28 am EST

    Hi,

    We are sorry but unfortunately, ODataCollectionView does not provide any such event or mechanism.

    However, if your service is not an actual OData service and you also need to access the xhr requests then you may also consider to use the simple CollectionView and make the update/fetch requests by handling events(such as CollectionChanged) of the collectionView and add only the required functionalities to communicate with the server.

    Regards

Need extra support?

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

Learn More

Forum Channels