Data Template Issue
-
hi guys i am working in sl4 and doing following and in code doing like public UpdateReportWindow() { InitializeComponent(); this.DataContext = new ViewModel.SelectReportVM(); } but button context property does not work, althoug it works fine anywhere else on my page , is there anything i am doing wrong? regards, Tauseef A Khan MCP Dotnet framework 2.0.
-
hi guys i am working in sl4 and doing following and in code doing like public UpdateReportWindow() { InitializeComponent(); this.DataContext = new ViewModel.SelectReportVM(); } but button context property does not work, althoug it works fine anywhere else on my page , is there anything i am doing wrong? regards, Tauseef A Khan MCP Dotnet framework 2.0.
Have you created a property for BusyText6? That property should call the
PropertyChanged
method ofINotifyPropertyChanged
.The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick - Silverlight *.XCP files. Visit the Hindi forum here.
-
Have you created a property for BusyText6? That property should call the
PropertyChanged
method ofINotifyPropertyChanged
.The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick - Silverlight *.XCP files. Visit the Hindi forum here.