Grid component with SignalR / SqlTableDependency #658
Unanswered
heather-timmins
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@heather-timmins Thank you for using BlazorBootstrap. Please try calling the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Wonder if anyone has used SignalR with the Grid component?
I have successfully populated the Grid component from my EF database call. All working as expected.
However, I am also using SignalR and SqlTableDependency to auto refresh my data when it changes in the database but this Grid component is not changing.
I know the SqlTableDependency and SignalR refresh is working as I'm displaying the data under the grid in a foreach loop just for testing purposes - This works and the data changes as expected.
Thanks in advance :-)
Beta Was this translation helpful? Give feedback.
All reactions