I have been trying to edit the logic around the change price (so that I can remove the Big Numerator). I have been able to create a decimal value after an update button is clicked in SelectedTicketItemsView.xaml but I cannot seem to transfer that value to either the UpdatePrice method in TicketItemViewModel or the SelectedTicketItemViewModel.
Everything else works, press change price, numeric keypad pops up (which I created), a textbox is displayed with the current price, you enter the new price, click update and now I have been frustrated - I cannot get the value entered in the text box to been seen in either model above so I can Update the price.
I not familiar with the WPF so Im learning as I go (plus I'am more a VB programmer so I'am also learning C# - although thats not too bad).
Is it possible that one of the developers can just point me in the right direction. Thank You