Click here to Skip to main content
15,890,947 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Cross-field validation Pin
Pete O'Hanlon24-Nov-11 10:24
mvePete O'Hanlon24-Nov-11 10:24 
GeneralRe: Cross-field validation Pin
Geysser24-Nov-11 17:58
Geysser24-Nov-11 17:58 
GeneralRe: Cross-field validation Pin
Wayne Gaylard24-Nov-11 18:41
professionalWayne Gaylard24-Nov-11 18:41 
GeneralRe: Cross-field validation Pin
Geysser24-Nov-11 20:24
Geysser24-Nov-11 20:24 
GeneralRe: Cross-field validation Pin
Pete O'Hanlon24-Nov-11 22:11
mvePete O'Hanlon24-Nov-11 22:11 
GeneralRe: Cross-field validation Pin
Geysser24-Nov-11 23:33
Geysser24-Nov-11 23:33 
QuestionDataTemplate Binding Question Pin
Kevin Marois23-Nov-11 7:02
professionalKevin Marois23-Nov-11 7:02 
AnswerRe: DataTemplate Binding Question Pin
SledgeHammer0123-Nov-11 11:30
SledgeHammer0123-Nov-11 11:30 
If you defined the DataTemplate in the resources section, I don't believe you can since there is no data context there. If you defined it in the regular section underneath the control, it may work as is or it may not Smile | :) . These things are sometimes try & pray. You often have to futz with the syntax to get it to work.

I'd try these things in this order:

1) try move the DataTemplate "inline" to the control
2) try use ElementName binding using the Window or UserControl, ie. ElementName=myWindow, Path=DataContext.SelectTribalCommand (you *may* need to use type casting here)

To do #2, you have to do #1 anyways, but I think that should work.
Questionsilverlight version Pin
arkiboys23-Nov-11 6:18
arkiboys23-Nov-11 6:18 
AnswerRe: silverlight version Pin
Mark Salsbery23-Nov-11 8:57
Mark Salsbery23-Nov-11 8:57 
QuestionOpenDialog Pin
Dammie223-Nov-11 5:56
Dammie223-Nov-11 5:56 
AnswerRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 6:01
mvePete O'Hanlon23-Nov-11 6:01 
QuestionRe: OpenDialog Pin
Dammie223-Nov-11 6:11
Dammie223-Nov-11 6:11 
AnswerRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 9:04
mvePete O'Hanlon23-Nov-11 9:04 
GeneralRe: OpenDialog Pin
Dammie223-Nov-11 23:28
Dammie223-Nov-11 23:28 
GeneralRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 23:45
mvePete O'Hanlon23-Nov-11 23:45 
GeneralRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 23:50
mvePete O'Hanlon23-Nov-11 23:50 
GeneralRe: OpenDialog Pin
Dammie224-Nov-11 0:21
Dammie224-Nov-11 0:21 
GeneralRe: OpenDialog Pin
Pete O'Hanlon24-Nov-11 0:33
mvePete O'Hanlon24-Nov-11 0:33 
QuestionView states Pin
Geysser23-Nov-11 4:00
Geysser23-Nov-11 4:00 
AnswerRe: View states Pin
Wayne Gaylard23-Nov-11 4:48
professionalWayne Gaylard23-Nov-11 4:48 
GeneralRe: View states Pin
Geysser23-Nov-11 4:56
Geysser23-Nov-11 4:56 
GeneralRe: View states Pin
Wayne Gaylard23-Nov-11 4:59
professionalWayne Gaylard23-Nov-11 4:59 
QuestionHow to activate the tab in tab control by select the business object Pin
Loveisasea23-Nov-11 1:05
Loveisasea23-Nov-11 1:05 
AnswerRe: How to activate the tab in tab control by select the business object Pin
John-ph23-Nov-11 1:34
John-ph23-Nov-11 1:34 

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.