I have a server function that returns just over 500 rows from a (non-datatable) query. It completes the server function in good time but takes forever building the DataGrid from code.
Is the pagination functionality exposed in some way as I’m sure the data table is paging in the server and not the client?
EDIT (2019-06-28):
I have put in some timing markers and the delay seems to be on the trip from the server module to the client. Is this link compressed (gzipped)?