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
Patching TCPIP.sys file version 5.1.2600.3394
Directories and Backlinks
Search Engine Optimization Software
OSCommerce - Order Editor Module - Create order through Admin
the connection was dropped by the remote host
Excel 2007 Conditional Formatting Data Bars vertical display
Saved passwords not working - Network Wide
What is the best way to migrate from Sybase 12.5 to Sybase 15
TNEF decoding for junk mail filtering reasons
Remove restart option from Shut Down menu on Windows XP.