New Posts New Posts RSS Feed: When the Status property is changed the BindingManager_CurrentItemChanged is not fired
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

When the Status property is changed the BindingManager_CurrentItemChanged is not fired

 Post Reply Post Reply
Author
Customer View Drop Down
Senior Member
Senior Member
Avatar
User Submitted Questions to Support

Joined: 30-May-2007
Location: United States
Posts: 260
Post Options Post Options   Quote Customer Quote  Post ReplyReply Direct Link To This Post Topic: When the Status property is changed the BindingManager_CurrentItemChanged is not fired
    Posted: 12-Jul-2007 at 10:27am
We created a (unbound) property let's say Status of an Invoice. However the Status itself is not stored in the Invoice entity, but in a StatusHistory entity. The functionality works fine, but I have one problem: When the Status property is changed the BindingManager_CurrentItemChanged is not fired. Can you help me out?
Back to Top
IdeaBlade View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 30-May-2007
Location: United States
Posts: 353
Post Options Post Options   Quote IdeaBlade Quote  Post ReplyReply Direct Link To This Post Posted: 12-Jul-2007 at 10:28am

You can override the OnPropertyChanged or OnColumnChanged event in StatusHistory which will fire every time that the Status property is changed.

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down