J. Ryan Jones

Results 1 issues of J. Ryan Jones

For performance and throughput purposes, I'd like to handle RetrieveData/WithRetrieveDataMethod using async operations. Is there a way to accomplish this? Something like: ``` MVCGridDefinitionTable.Add("MyGrid", new MVCGridBuilder() .AddColumns(...) .WithRetrieveDataMethodAsync(async (context) =>...