The wijmo.httpRequest Method
HTTP requests are the basic mechanism used by web applications to exchange data with the server.
Many JavaScript toolkits and frameworks have their own wrappers for making HTTP requests. For example, Angular has an $http service, and jQuery has an ajax() method. If you have a favorite you can use that with C1 MVC.
If you want to reduce dependencies on external toolkits and frameworks, you can use C1 MVC's simple and flexible httpRequest method instead.
The example below illustrates by retrieving some data from Microsoft's Northwind OData sample service and using that to populate a FlexGrid: