Click here to Skip to main content
15,880,891 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Bind Window Activated Event To Command Pin
Kevin Marois3-Mar-14 11:39
professionalKevin Marois3-Mar-14 11:39 
GeneralRe: WPF Bind Window Activated Event To Command Pin
Pete O'Hanlon3-Mar-14 12:33
mvePete O'Hanlon3-Mar-14 12:33 
GeneralRe: WPF Bind Window Activated Event To Command Pin
Kevin Marois3-Mar-14 12:48
professionalKevin Marois3-Mar-14 12:48 
GeneralRe: WPF Bind Window Activated Event To Command Pin
Kevin Marois4-Mar-14 7:44
professionalKevin Marois4-Mar-14 7:44 
GeneralRe: WPF Bind Window Activated Event To Command Pin
Pete O'Hanlon5-Mar-14 12:13
mvePete O'Hanlon5-Mar-14 12:13 
QuestionProblem in wpf prism Pin
Arun kumar Gautam25-Feb-14 20:51
Arun kumar Gautam25-Feb-14 20:51 
AnswerRe: Problem in wpf prism Pin
Pete O'Hanlon27-Feb-14 11:41
mvePete O'Hanlon27-Feb-14 11:41 
QuestionWPF DatagridComboBoxColumn - puzzler Pin
Duke Carey25-Feb-14 4:14
professionalDuke Carey25-Feb-14 4:14 
Kind of a newbie question. In my XAML I have these 2 lines
XML
<DataGridComboBoxColumn  SelectedItemBinding="{Binding ExpenseCategory}" Header="Category" />
<DataGridTextColumn Binding="{Binding ExpenseCategory}" Header="Category"/>

The first one WILL NOT display the value but the second one will. I created the second line to test my sanity [and the binding].

In the viewmodel I've exposed a
XML
List<string>
that I had initially bound to the combobox column's ItemsSource. However, when the column failed to display any data I removed it to see if that made a difference. With the List bound to the ItemsSource there was no value for the bound ExpenseCategory property and nothing in the list of values. That XAML was simply:
XML
<DataGridComboBoxColumn SelectedItemBinding="{Binding ExpenseCategory}" ItemsSource="{Binding ExpTypes}" Header="Category"/>


So...what am I missing here? Why won't the combobox column display my data?
AnswerRe: WPF DatagridComboBoxColumn - puzzler Pin
Duke Carey25-Feb-14 7:07
professionalDuke Carey25-Feb-14 7:07 
GeneralRe: WPF DatagridComboBoxColumn - puzzler Pin
Richard Deeming25-Feb-14 7:25
mveRichard Deeming25-Feb-14 7:25 
GeneralRe: WPF DatagridComboBoxColumn - puzzler Pin
Duke Carey25-Feb-14 7:42
professionalDuke Carey25-Feb-14 7:42 
QuestionRestore Avalondock Layout Pin
Letram5924-Feb-14 0:19
Letram5924-Feb-14 0:19 
QuestionDiagonal text input and presentation in WPF Pin
Member 865720222-Feb-14 22:24
Member 865720222-Feb-14 22:24 
AnswerRe: Diagonal text input and presentation in WPF Pin
SledgeHammer0123-Feb-14 8:45
SledgeHammer0123-Feb-14 8:45 
GeneralRe: Diagonal text input and presentation in WPF Pin
Member 865720223-Feb-14 19:01
Member 865720223-Feb-14 19:01 
GeneralRe: Diagonal text input and presentation in WPF Pin
SledgeHammer0124-Feb-14 4:41
SledgeHammer0124-Feb-14 4:41 
GeneralRe: Diagonal text input and presentation in WPF Pin
Member 865720224-Feb-14 9:39
Member 865720224-Feb-14 9:39 
GeneralRe: Diagonal text input and presentation in WPF Pin
SledgeHammer0124-Feb-14 11:53
SledgeHammer0124-Feb-14 11:53 
QuestionTheme Highlighting in XAML Pin
Kevin Marois20-Feb-14 5:09
professionalKevin Marois20-Feb-14 5:09 
QuestionWpf ScrollViewer with non scrollable or partially non scrollable Control Pin
BMicka19-Feb-14 22:06
BMicka19-Feb-14 22:06 
QuestionDataTemplate from a StaticResource Pin
Mycroft Holmes18-Feb-14 18:44
professionalMycroft Holmes18-Feb-14 18:44 
Questionremove double line of ListView Pin
Member 1001614013-Feb-14 1:45
Member 1001614013-Feb-14 1:45 
QuestionWPF Design-Time Headaches Pin
GenJerDan10-Feb-14 10:16
GenJerDan10-Feb-14 10:16 
AnswerRe: WPF Design-Time Headaches Pin
Jason Gleim10-Feb-14 10:34
professionalJason Gleim10-Feb-14 10:34 
GeneralRe: WPF Design-Time Headaches Pin
GenJerDan10-Feb-14 11:10
GenJerDan10-Feb-14 11:10 

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.