Posted 4 December 2020, 1:41 am EST
Hello Jeff,
We do not have controls similar to Microsofts Ajax controls. But, if you are using Wijmo 5, then you can use its httpRequest method to send Ajax calls to your server.
Please refer to the sample link below for reference:
https://stackblitz.com/edit/js-3xg2zj
This sample shows how to send the data bound to the FlexGrid to the server using the above method. Note that the server is not actually implemented in this sample but you can use the Network tab of the browser’s console to check that the request is sent.
If you are using Wijmo 3 (the jQuery controls) instead of Wijmo 5, please let me know.
~regards