Click here to Skip to main content
15,884,537 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: textbox value Pin
arkiboys8-Jun-11 2:26
arkiboys8-Jun-11 2:26 
GeneralRe: textbox value Pin
Sparkling_ouc8-Jun-11 22:16
Sparkling_ouc8-Jun-11 22:16 
GeneralRe: textbox value Pin
Pete O'Hanlon8-Jun-11 2:25
mvePete O'Hanlon8-Jun-11 2:25 
GeneralRe: textbox value Pin
Ed Hill _5_9-Jun-11 0:44
Ed Hill _5_9-Jun-11 0:44 
GeneralRe: textbox value Pin
Pete O'Hanlon9-Jun-11 0:48
mvePete O'Hanlon9-Jun-11 0:48 
GeneralRe: textbox value Pin
Ed Hill _5_9-Jun-11 0:50
Ed Hill _5_9-Jun-11 0:50 
GeneralRe: textbox value Pin
Pete O'Hanlon9-Jun-11 1:04
mvePete O'Hanlon9-Jun-11 1:04 
GeneralRe: textbox value Pin
Ed Hill _5_9-Jun-11 5:59
Ed Hill _5_9-Jun-11 5:59 
To me this sounds like the correct behaviour, by changing the text you have changed the property in your data context, and although you have not commited this to the database you are not refreshing the data from the database when re selecting the item. If you wish for any changed to be undone if you do not press the save button you may wish to consider calling

ObjectContext.Refresh(RefreshMode.StoreWins, WhatToRefresh);


The WhatToRefresh could be ObjectContext.NamesSourceTable, or to be more graceful you could just pass the previously slected item, i would guess that you call this when you change the slected item on the list. If you need a more full solution post a you code and i'll try to edit it for you.
Questionany suggestions on how to deploy this MVVM model in Silverlight 4? Pin
Michael J. Eber6-Jun-11 12:11
Michael J. Eber6-Jun-11 12:11 
AnswerRe: any suggestions on how to deploy this MVVM model in Silverlight 4? Pin
Abhinav S6-Jun-11 22:29
Abhinav S6-Jun-11 22:29 
GeneralRe: any suggestions on how to deploy this MVVM model in Silverlight 4? Pin
Michael J. Eber7-Jun-11 7:47
Michael J. Eber7-Jun-11 7:47 
GeneralRe: any suggestions on how to deploy this MVVM model in Silverlight 4? Pin
Paul Daniel Ruston8-Jun-11 12:25
Paul Daniel Ruston8-Jun-11 12:25 
GeneralRe: any suggestions on how to deploy this MVVM model in Silverlight 4? Pin
Paul Daniel Ruston8-Jun-11 12:29
Paul Daniel Ruston8-Jun-11 12:29 
AnswerRe: any suggestions on how to deploy this MVVM model in Silverlight 4? Pin
RichardGrimmer10-Jun-11 4:55
RichardGrimmer10-Jun-11 4:55 
QuestionNewbie (but sort of advanced) Dependency Injection questions... Pin
SledgeHammer013-Jun-11 19:06
SledgeHammer013-Jun-11 19:06 
AnswerRe: Newbie (but sort of advanced) Dependency Injection questions... Pin
Abhinav S6-Jun-11 2:36
Abhinav S6-Jun-11 2:36 
GeneralRe: Newbie (but sort of advanced) Dependency Injection questions... Pin
SledgeHammer016-Jun-11 6:58
SledgeHammer016-Jun-11 6:58 
AnswerRe: Newbie (but sort of advanced) Dependency Injection questions... Pin
James McConville6-Jun-11 3:39
James McConville6-Jun-11 3:39 
GeneralRe: Newbie (but sort of advanced) Dependency Injection questions... Pin
SledgeHammer016-Jun-11 6:53
SledgeHammer016-Jun-11 6:53 
GeneralRe: Newbie (but sort of advanced) Dependency Injection questions... Pin
James McConville6-Jun-11 22:21
James McConville6-Jun-11 22:21 
QuestionNeed to register click event for a Checkbox in side WPF Datagrid using MVVM Pin
Yogesh Jamkhindikar3-Jun-11 15:11
Yogesh Jamkhindikar3-Jun-11 15:11 
AnswerRe: Need to register click event for a Checkbox in side WPF Datagrid using MVVM Pin
Mycroft Holmes3-Jun-11 16:46
professionalMycroft Holmes3-Jun-11 16:46 
QuestionAttempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
Vimalsoft(Pty) Ltd3-Jun-11 0:03
professionalVimalsoft(Pty) Ltd3-Jun-11 0:03 
QuestionIs it possible to databind from a window.resources section? Pin
SledgeHammer012-Jun-11 6:37
SledgeHammer012-Jun-11 6:37 
AnswerRe: Is it possible to databind from a window.resources section? Pin
Ian Shlasko2-Jun-11 7:23
Ian Shlasko2-Jun-11 7:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.