unable to get a TextBlock Binding to connect to a backing Db Class Property in WPF

  • Thread starter Thread starter Ian Turner_13
  • Start date Start date
I

Ian Turner_13

Guest
I am using VS2019 to develop a program using the NorthWind Db.I have a screen with multiple DataGrids, and each has a header line with total records etc above it. My problem is that my XAML will NOT read the data from the background class, although debugging show it updating the values with the Setter as expected, but the getter is never called To clarify the scenario, the current setup is : XAML file :- <!--Keys to access the background data classes--> <local:Nwcustomer x:Key="CustDb"/> <local:Nworder x:Key="OrderDb"/> <local:Nworderdetails x:Key="Ord

Continue reading...
 
Back
Top