No announcements
Found 2334748 threads
-
2 Votes
UpdateSourceTrigger=PropertyChanged is Ignored
It was in reply to what "Lucasbalabala" said, My original "DataTemplate3" is as you said, sorry for the confusion it still doesn't ...Answered | 9 Replies | 2735 Views | Created by jony feldman - Thursday, March 20, 2014 9:37 AM | Last reply by George Birbilis - Friday, March 28, 2014 2:33 PM -
17 Votes
UpdateSourceTrigger and BindingExpression(Base) are missing?
UpdateSourceTrigger with PropertyChanged came to the WP7 Mango release, so why can't you add the same thing here.Answered | 18 Replies | 10060 Views | Created by Andrew S - Tuesday, October 11, 2011 6:57 PM | Last reply by Abhijit Ajmera1 - Tuesday, February 26, 2013 8:46 AM -
0 Votes
[SOLVED] UpdateSourceTrigger=PropertyChanged doesn't work
A XAML textbox element is correctly binding to a property, but the UpdateSourceTrigger=OnPropertyChanged is being ignored.Answered | 2 Replies | 1864 Views | Created by Qoheleth07 - Thursday, April 23, 2015 12:41 AM | Last reply by Amy Peng - Thursday, April 23, 2015 9:03 AM -
1 Votes
UpdateSourceTrigger event is not fired on null values
As I created a converter and changed Integer to Nullable(Of Integer) it worked!Answered | 2 Replies | 4158 Views | Created by Volker2006 - Wednesday, September 10, 2008 3:45 PM | Last reply by Volker2006 - Thursday, September 11, 2008 1:19 PM -
0 Votes
OneWay binding doesn't work.
<Window.DataContext> <local:MainWindowViewModel/> </Window.DataContext> <StackPanel> <TextBox ...Answered | 13 Replies | 3050 Views | Created by Booster1 - Monday, April 11, 2016 3:05 PM | Last reply by Magnus (MM8) - Wednesday, April 13, 2016 6:35 PM -
1 Votes
Add object to ObservableCollection doesn't trigger a PropertyChanged event?
In my ViewModel I have the following: Public Class UIMerchandise Implements INotifyPropertyChanged, IDataErrorInfo Public Event PropertyChanged ...Answered | 1 Replies | 3932 Views | Created by Robin Ainscough - Friday, November 9, 2012 4:35 PM | Last reply by ExtremeJason - Saturday, November 10, 2012 11:14 PM -
0 Votes
UpdateSourceTrigger=PropertyChanged = Can't convert 'PropertyChanged'???
It should work.Answered | 3 Replies | 8090 Views | Created by bccollin - Monday, April 12, 2010 9:40 PM | Last reply by radhey_rec - Tuesday, April 13, 2010 8:50 AM -
1 Votes
Binding ignores PropertyChanged for string properties
I am very glad to hear that the "ignore PropertyChanged under condition xyz" will be eliminated in 4.0.Answered | 8 Replies | 6983 Views | Created by Andreas Steidle - Monday, March 30, 2009 7:01 PM | Last reply by Andreas Steidle - Thursday, April 9, 2009 3:56 PM -
1 Votes
UpdateSourceTrigger explicit problem ?
In addition, if you are working with Windows Forms app. please consult on Windows Forms Forum:Answered | 1 Replies | 1862 Views | Created by Gobi Baskaran - Friday, June 6, 2014 7:56 PM | Last reply by Amanda Zhu - Monday, June 9, 2014 10:01 AM -
1 Votes
Explicit UpdateSourceTrigger using Dependency Properties of type Collection in an UserControl
If you're not using ef or don't want to work on your "original" instance then you could use reflection to copy all the properties.Answered | 7 Replies | 2303 Views | Created by EB335 - Friday, August 21, 2015 10:09 AM | Last reply by EB335 - Friday, August 21, 2015 4:12 PM -
0 Votes
PropertyChanged
When I work with entities detached from dbcontext I usually wrap them in a self tracking object.Answered | 5 Replies | 485 Views | Created by Alejandro Cruzado - Wednesday, April 13, 2016 4:11 PM | Last reply by Andy ONeill - Thursday, April 14, 2016 6:06 PM -
0 Votes
Textbox binding - how to do validation on PropertyChanged but only UpdateSource on LostFocus?
Hey, To update the property source use UpdateSourceTrigger="Default" and attached a text changed event to textbox to validate follow this ...Answered | 4 Replies | 4027 Views | Created by tdaophoto - Thursday, May 30, 2013 8:55 PM | Last reply by Christopher84 - Thursday, June 6, 2013 7:25 AM -
0 Votes
Why doesn't an Entity object raise "PropertyChanged" on its navigation property?
In fact, your issue is solved in the Microsoft Connect.Answered | 4 Replies | 6289 Views | Created by ramboisyuanbo - Monday, January 10, 2011 2:31 AM | Last reply by Jackie-Sun - Tuesday, January 18, 2011 1:27 AM -
4 Votes
How to override subscription to PropertyChanged?
If this is wpf and mvvm then why are you subscribing to propertychange events?Answered | 4 Replies | 2505 Views | Created by Maksim Nikitin - Wednesday, November 18, 2015 2:20 PM | Last reply by Magnus (MM8) - Wednesday, November 18, 2015 4:22 PM -
1 Votes
Binding to double => UpdateSourceTrigger=PropertyChanged.
.## and you should be fine: <TextBox Text="{Binding ...Answered | 1 Replies | 2277 Views | Created by Bhupinder Singh (Mech. Eng.) - Tuesday, February 17, 2015 1:15 PM | Last reply by Magnus (MM8) - Tuesday, February 17, 2015 1:27 PM -
0 Votes
UpdateSourceTrigger=PropertyChanged not available in Silverlight
That works like a charm!Answered | 2 Replies | 3995 Views | Created by Naresh Bhatia - Friday, December 17, 2010 3:06 AM | Last reply by Naresh Bhatia - Friday, December 17, 2010 11:58 AM -
3 Votes
PropertyChanged being ignored?!?
I've been using MVVM in WPF for years, and when I fire PropertyChanged, the databound control notices and calls the property's getter - that's how it's supposed to ...Answered | 20 Replies | 12390 Views | Created by Pletzky - Wednesday, December 19, 2012 1:05 AM | Last reply by Pletzky - Tuesday, January 15, 2013 8:46 PM -
0 Votes
PropertyChange event and MailtItem Properties
I still may be able to get your idea to work.Answered | 10 Replies | 1415 Views | Created by GermanEZI - Wednesday, May 17, 2017 9:02 PM | Last reply by GermanEZI - Friday, May 19, 2017 10:54 AM -
5 Votes
Raising PropertyChanged on a background thread.
However, the WPF application works just fine.Answered | 9 Replies | 24091 Views | Created by SamWPF - Wednesday, September 15, 2010 8:49 PM | Last reply by Kenny Pflug - Thursday, December 8, 2011 7:56 AM -
1 Votes
WinRT: UpdateSourceTrigger=PropertyChanged / GetBindingExpression missing
Hi everyone I'm trying to create a workaround for the missing "UpdateSourceTrigger=PropertyChanged" binding option (used in TextBoxes).Answered | 3 Replies | 7465 Views | Created by Rico Suter - Saturday, March 17, 2012 8:28 PM | Last reply by Kalyan Sharma - Friday, August 3, 2012 12:35 PM - Items 1 to 20 of 2334748 Next ›
No announcements