Click here to Skip to main content
15,886,919 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight development is stopped by Micro Soft Pin
Tridip Bhattacharjee31-Aug-14 21:01
professionalTridip Bhattacharjee31-Aug-14 21:01 
GeneralRe: Silverlight development is stopped by Micro Soft Pin
Pete O'Hanlon31-Aug-14 22:36
mvePete O'Hanlon31-Aug-14 22:36 
GeneralWPF Datagrid Paging Pin
Victoria Arasi23-Aug-14 15:51
Victoria Arasi23-Aug-14 15:51 
GeneralRe: WPF Datagrid Paging Pin
Vincent Beek26-Aug-14 9:13
Vincent Beek26-Aug-14 9:13 
QuestionWPF Telerik RagGridView Binding Problem Pin
Kevin Marois21-Aug-14 10:46
professionalKevin Marois21-Aug-14 10:46 
AnswerRe: WPF Telerik RagGridView Binding Problem Pin
Mycroft Holmes21-Aug-14 12:41
professionalMycroft Holmes21-Aug-14 12:41 
Questionreplacing an image Pin
picasso219-Aug-14 19:21
picasso219-Aug-14 19:21 
QuestionWPF ObservableCollection vs List Problem Pin
Kevin Marois18-Aug-14 9:09
professionalKevin Marois18-Aug-14 9:09 
I'm working on a WPF app. The DAL is behind an MVC 4 WebAPI hitting SQL.

I have a one-to-many collection of Addresses & phones. The Address object contains a list of Phone objects. Each address can contain one or many phones.

If I create the phone list using List<phoneentity> then the UI doesn't see new phones when added. If I create the list using ObservableCollection<phoneentity> then when I return the collection from the DAL the phones list is null. The list of phones doesn't serialize coming back from through the API.

What's wrong here? What's the right way to do this?
If it's not broken, fix it until it is

AnswerRe: WPF ObservableCollection vs List Problem Pin
BenScharbach14-Oct-17 9:36
BenScharbach14-Oct-17 9:36 
GeneralRe: WPF ObservableCollection vs List Problem Pin
Kevin Marois14-Oct-17 10:34
professionalKevin Marois14-Oct-17 10:34 
Questiongenerating QR code in WPF Pin
Member 1036535810-Aug-14 11:23
Member 1036535810-Aug-14 11:23 
AnswerRe: generating QR code in WPF Pin
Peter Leow10-Aug-14 15:31
professionalPeter Leow10-Aug-14 15:31 
QuestionDisplay a PropertyGrid in an object's ToolTip Pin
Mc_Topaz7-Aug-14 0:16
Mc_Topaz7-Aug-14 0:16 
AnswerRe: Display a PropertyGrid in an object's ToolTip Pin
Afzaal Ahmad Zeeshan15-Aug-14 6:45
professionalAfzaal Ahmad Zeeshan15-Aug-14 6:45 
QuestionRender/Load the png image file to <image> xaml tag with retained resolution. Pin
Member 42819906-Aug-14 17:02
Member 42819906-Aug-14 17:02 
QuestionHow to Configuring WCF services to work over both HTTP and HTTPS Pin
devenv.exe4-Aug-14 20:26
professionaldevenv.exe4-Aug-14 20:26 
QuestionWPF app that open an image file and draw rectangular areas on top of it that correspond to clickable portions of the image. Pin
Member 42819903-Aug-14 17:29
Member 42819903-Aug-14 17:29 
AnswerRe: WPF app that open an image file and draw rectangular areas on top of it that correspond to clickable portions of the image. Pin
Mycroft Holmes3-Aug-14 19:08
professionalMycroft Holmes3-Aug-14 19:08 
QuestionHow To Call A Method In A User Control Pin
Kevin Marois1-Aug-14 8:01
professionalKevin Marois1-Aug-14 8:01 
AnswerRe: How To Call A Method In A User Control Pin
Mycroft Holmes1-Aug-14 13:38
professionalMycroft Holmes1-Aug-14 13:38 
GeneralRe: How To Call A Method In A User Control Pin
Kevin Marois4-Aug-14 6:13
professionalKevin Marois4-Aug-14 6:13 
QuestionRe: How To Call A Method In A User Control Pin
Richard Deeming4-Aug-14 6:53
mveRichard Deeming4-Aug-14 6:53 
AnswerRe: How To Call A Method In A User Control Pin
Kevin Marois4-Aug-14 6:57
professionalKevin Marois4-Aug-14 6:57 
GeneralRe: How To Call A Method In A User Control Pin
Richard Deeming4-Aug-14 7:02
mveRichard Deeming4-Aug-14 7:02 
GeneralRe: How To Call A Method In A User Control Pin
Kevin Marois4-Aug-14 7:03
professionalKevin Marois4-Aug-14 7:03 

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.