How to quickly get to the last page in a DataGrid

That is clever! I could definatley see that helping the slow initial load time (while the full set of data is returned to client).

I was really hoping that bringing all my data (~200) rows to the client, and controlling my own pagination would get things snappy, but it hasn’t turned out that way exactly.

I’m going to implement your suggestion, as well as @p.colbert’s and see how that feels.

I really appreciate the help. Thanks.

1 Like