Click here to Skip to main content
15,921,716 members
Home / Discussions / WPF
   

WPF

 
Questionxaml - binding path - escape double quote Pin
devvvy7-Oct-10 16:38
devvvy7-Oct-10 16:38 
hello,

This is a question on how to escaoe "double quote" in a xaml - I tried different things suggested by here (but no luck)[^]

See below - I tried to reference a Cells["IsConfigurable"] column value but

<br />
                                                <Style x:Key="cColumnStyle" TargetType="{x:Type igDP:CellValuePresenter}"><br />
                                                        <Setter Property="Background" Value="LightGoldenRodYellow "></Setter><br />
                                                        <Style.Triggers><br />
                                                            <DataTrigger Binding="{Binding Path=Cells[&quot;IsConfigurable&quot;].Value}" Value="False"><br />
                                                                <Setter Property="IsEnabled" Value="False"/><br />
                                                            </DataTrigger><br />
                                                        </Style.Triggers><br />
                                                    </Style><br />


But keep getting error:
<br />
Error	2	Names and Values in a MarkupExtension cannot contain quotes. The MarkupExtension arguments ' Path=Cells["IsConfigurable"].Value}' are not valid. <br />

dev

AnswerRe: xaml - binding path - escape double quote Pin
Abhinav S7-Oct-10 20:51
Abhinav S7-Oct-10 20:51 
AnswerRe: xaml - binding path - escape double quote Pin
PumbaPumba13-Oct-10 9:33
PumbaPumba13-Oct-10 9:33 
QuestionMVVM Pin
eddieangel7-Oct-10 7:49
eddieangel7-Oct-10 7:49 
AnswerRe: MVVM Pin
Pete O'Hanlon7-Oct-10 11:49
mvePete O'Hanlon7-Oct-10 11:49 
GeneralRe: MVVM Pin
eddieangel7-Oct-10 11:51
eddieangel7-Oct-10 11:51 
GeneralRe: MVVM Pin
Pete O'Hanlon7-Oct-10 11:54
mvePete O'Hanlon7-Oct-10 11:54 
AnswerRe: MVVM Pin
Mycroft Holmes7-Oct-10 17:19
professionalMycroft Holmes7-Oct-10 17:19 
AnswerRe: MVVM Pin
Abhinav S7-Oct-10 20:52
Abhinav S7-Oct-10 20:52 
QuestionSilverlight MVVM and combo boxes Pin
Mycroft Holmes6-Oct-10 23:17
professionalMycroft Holmes6-Oct-10 23:17 
AnswerRe: Silverlight MVVM and combo boxes Pin
Pete O'Hanlon6-Oct-10 23:34
mvePete O'Hanlon6-Oct-10 23:34 
GeneralRe: Silverlight MVVM and combo boxes Pin
Mycroft Holmes7-Oct-10 0:36
professionalMycroft Holmes7-Oct-10 0:36 
GeneralRe: Silverlight MVVM and combo boxes Pin
Pete O'Hanlon7-Oct-10 6:16
mvePete O'Hanlon7-Oct-10 6:16 
GeneralRe: Silverlight MVVM and combo boxes Pin
Mycroft Holmes7-Oct-10 19:49
professionalMycroft Holmes7-Oct-10 19:49 
GeneralRe: Silverlight MVVM and combo boxes Pin
Mycroft Holmes7-Oct-10 17:12
professionalMycroft Holmes7-Oct-10 17:12 
AnswerRe: Silverlight MVVM and combo boxes - KLUDGE Pin
Mycroft Holmes7-Oct-10 21:05
professionalMycroft Holmes7-Oct-10 21:05 
AnswerRe: Silverlight MVVM and combo boxes Pin
Mohammad Barzanooni30-Nov-13 2:53
Mohammad Barzanooni30-Nov-13 2:53 
GeneralRe: Silverlight MVVM and combo boxes Pin
Mycroft Holmes30-Nov-13 12:29
professionalMycroft Holmes30-Nov-13 12:29 
QuestionHow to change border or userControl z-order in runtime ? Pin
Yanshof5-Oct-10 3:21
Yanshof5-Oct-10 3:21 
AnswerRe: How to change border or userControl z-order in runtime ? Pin
Ian Shlasko5-Oct-10 3:27
Ian Shlasko5-Oct-10 3:27 
GeneralRe: How to change border or userControl z-order in run-time ? Pin
Yanshof5-Oct-10 5:03
Yanshof5-Oct-10 5:03 
GeneralRe: How to change border or userControl z-order in run-time ? Pin
Ian Shlasko5-Oct-10 6:25
Ian Shlasko5-Oct-10 6:25 
AnswerRe: How to change border or userControl z-order in runtime ? Pin
Abhinav S5-Oct-10 6:32
Abhinav S5-Oct-10 6:32 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Yanshof5-Oct-10 7:18
Yanshof5-Oct-10 7:18 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Abhinav S5-Oct-10 7:27
Abhinav S5-Oct-10 7:27 

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.