I'm also looking at using an ASP.NET core WebAPI to allow binding of the Grid to DocumentDB/CosmosDB, Cosmos DB doesn't supports the LINQ generated syntax for SKIP when using paging; is there away to tell the grid to perform paging but remove the page number and/or first/last buttons so a using may only navigate forward/back using the cosmos continuation tokens. IMHO this is a major feature that Cosmos DB has missed out :'( not sure how you navigate large datasets without a SKIP/TOP and query nesting server side.