Click here to Skip to main content
15,793,452 members
Home / Discussions / WPF
   

WPF

 
QuestionListBox UserControl Binding Problelm Pin
Kevin Marois18-Sep-18 13:03
professionalKevin Marois18-Sep-18 13:03 
AnswerRe: ListBox UserControl Binding Problelm Pin
Richard Deeming19-Sep-18 9:14
mveRichard Deeming19-Sep-18 9:14 
GeneralRe: ListBox UserControl Binding Problelm Pin
Kevin Marois19-Sep-18 9:58
professionalKevin Marois19-Sep-18 9:58 
QuestionDynamically Created DataGrids Binding Problem Pin
Kevin Marois17-Sep-18 7:44
professionalKevin Marois17-Sep-18 7:44 
AnswerRe: Dynamically Created DataGrids Binding Problem Pin
Gerry Schmitz17-Sep-18 16:00
mveGerry Schmitz17-Sep-18 16:00 
QuestionWPF MVVM textbox bind to SelectedItem issue Pin
miniboom6-Sep-18 4:32
miniboom6-Sep-18 4:32 
AnswerRe: WPF MVVM textbox bind to SelectedItem issue Pin
Mycroft Holmes6-Sep-18 13:47
professionalMycroft Holmes6-Sep-18 13:47 
GeneralRe: WPF MVVM textbox bind to SelectedItem issue Pin
miniboom7-Sep-18 6:40
miniboom7-Sep-18 6:40 
thank you very much for all these advice Smile | :) I already succeed in adding new product with modaldialog but it seems tricky to do the same for update at least for now. Didn't do it with Mvvm but a simple event to open the dialog in code behind :
private void button1_Click(object sender, System.Windows.RoutedEventArgs e)
        {
            var window = new AddProductWindow { DataContext = this.DataContext };
            window.ShowDialog();
        }

i'm using entity framework btw
GeneralRe: WPF MVVM textbox bind to SelectedItem issue Pin
Mycroft Holmes7-Sep-18 12:15
professionalMycroft Holmes7-Sep-18 12:15 
QuestionPlease help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 11:00
Pew_new4-Sep-18 11:00 
AnswerRe: Please help me to figure out a purpose of this code. Pin
Mycroft Holmes4-Sep-18 12:29
professionalMycroft Holmes4-Sep-18 12:29 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 19:31
Pew_new4-Sep-18 19:31 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Mycroft Holmes4-Sep-18 20:18
professionalMycroft Holmes4-Sep-18 20:18 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 23:25
Pew_new4-Sep-18 23:25 
AnswerRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan4-Sep-18 22:52
mveRichard MacCutchan4-Sep-18 22:52 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 23:30
Pew_new4-Sep-18 23:30 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan4-Sep-18 23:38
mveRichard MacCutchan4-Sep-18 23:38 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new4-Sep-18 23:45
Pew_new4-Sep-18 23:45 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan5-Sep-18 0:07
mveRichard MacCutchan5-Sep-18 0:07 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Pew_new5-Sep-18 0:12
Pew_new5-Sep-18 0:12 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan5-Sep-18 0:35
mveRichard MacCutchan5-Sep-18 0:35 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Mycroft Holmes5-Sep-18 12:21
professionalMycroft Holmes5-Sep-18 12:21 
GeneralRe: Please help me to figure out a purpose of this code. Pin
Richard MacCutchan5-Sep-18 22:45
mveRichard MacCutchan5-Sep-18 22:45 
AnswerRe: Please help me to figure out a purpose of this code. Pin
Pete O'Hanlon5-Sep-18 1:44
subeditorPete O'Hanlon5-Sep-18 1:44 
QuestionWPF Grouping and Grouping Adorners Pin
ameenshabeer3-Sep-18 7:29
ameenshabeer3-Sep-18 7:29 

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.