Posted 15 October 2019, 4:20 am EST
Hi,
i have implemented virtual / infinite scroll using ODataVirtualCollectionView class based on this example https://www.grapecity.com/wijmo/demos/Grid/Data-binding/VirtualOData/angular
Now i have to implement editing in grid.
It needs to be possible to change value in multiple cells in different rows and then update them by Save button.
I want to perform this update of changed values manually by myself.
The problem i have is that Wijmo FlexGrid makes put request by it self after user edits grid cell.
How do i prevent, that after user edits a cell value, that grid does not triggers automatic put request?
Regards