question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Async version of LoadFromQueryable

See original GitHub issue

GridViewDataSet doesn’t have the async version of LoadFromQueryable. We should add it.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
exyicommented, Feb 20, 2019
0reactions
exyicommented, Oct 24, 2021

Ok, it’s not that easy since we also need to call the .Count() method, which does not have an async variant in netstandard2.1 😐

Read more comments on GitHub >

github_iconTop Results From Across the Web

Announcing DotVVM and Business Pack 2.3.0
That's why we've the IQueryable helper methods on GridViewDataSet public – you can use them to implement an async version of LoadFromQueryable ......
Read more >
Entity Framework Queryable async
So let's look to an async version of it: var stuff1Task = repo.GetStuff1ForUserAsync(userId); var stuff2Task = repo.GetStuff2ForUserAsync(userId); ...
Read more >
DotVVM Controls : GridView
Suppose we want to display student grades in the same row besides his Name. to achieve this, the Student Object should contains a...
Read more >
Asynchronous operations - OData
This tutorial describes how to invoke async operations on client side.
Read more >
Can I call an asynchronous post request in a ...
Using igniteui version 17.2 with ASP.NET MVC 5 application: my simplified grid in cshtml file: @(Html.Infragistics().Grid(Model.Records).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found