Unplanned
Last Updated: 06 Jun 2025 16:05 by Craig
Craig
Created on: 06 Jun 2025 12:09
Category: Grid
Type: Feature Request
7
Expose RebindAsync method
Rebind() causes exceptions in async OnRead() as the Rebind method is synchronous.
1 comment
Craig
Posted on: 06 Jun 2025 16:05
Just to clear this up a little, the issue is that if exceptions happen during a Rebind() those cannot be caught by global error handling, as the task that calls ReadData is discarded. The proposed Async() hook would be a nice way for us to work around that.