Hi,
I used CustomAdaptor in the DataGrid and in this class I receive data from WebApi. In the
DataGrid, I used the ContextMenu and by clicking on the item, I do the operation and I want the data in the
DataGrid
to be re-read from webapi. How do I do this?
Thank you