Displays data coming from a web service using the OData protocol.
The DataGrid displays data from a database hosted
online on Xceed's servers. It is a copy of the publicly available Citywide Payroll Data from NYC
OpenData (taken in 2020), and contains approximativally 3.3 million items. Note that 1000
items are displayed per page.
Grouping and sorting has been temporarily disabled, as the performance of our server on which the DB is
located is currently not optimal. This can also be seen when scrolling, as fetching items from our server can
be slow.
Editing is currently not supported in our OData module, so even if data can be edited in this sample, it
will not be pushed to the server.