Microsoft
Software
Hardware
Network
Question : How do I get a WPF DataGrid to auto refresh when an underlying SQL Server table is updated?
I have been searching for a way to have a WPF DataGrid automatcially refresh itself when new rows are added to a SQL Server table that it represents. Rows are typically added to the table via other processes and the DataGrid is merely a view into that table.
Eventually print and delete capabilities will be added to the grid but right now I just need a way to perform the "auto" refresh.
Storing the records internally is not necessarily a preferred solution as the number of records could get quite large and contain a lot of string data.
Thanks!
Answer : How do I get a WPF DataGrid to auto refresh when an underlying SQL Server table is updated?
have you tried:
MessagesGrid.GetBindingExp
ression(Da
taGrid.Ite
msSourcePr
operty).Up
dateTarget
()
Random Solutions
Trying to graph a "timeline" from a column of data
EXCEL VBA To Fill Column With Weekdays
what is oracle cron?
Sales ER Diagram
Creating a disolve off and Disolve on transition of the pages with the button staying active
Multiple radio button (2 groups) popup options with Powershell
windows/system32/shoch.dll<wbr />/dnserror after using lava soft ad-aware se
Microsoft, Server, 2003, Group Policy--How to allow all users to install software
System restore will no open no error returned
What is the command for rails to reload the current page after executing code?