Click here to Skip to main content
15,896,063 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: what is use of silverlight Pin
#realJSOP8-Oct-10 2:05
professional#realJSOP8-Oct-10 2:05 
AnswerRe: what is use of silverlight Pin
Pete O'Hanlon8-Oct-10 2:31
mvePete O'Hanlon8-Oct-10 2:31 
AnswerRe: what is use of silverlight Pin
Abhinav S8-Oct-10 5:53
Abhinav S8-Oct-10 5:53 
QuestionRun Exe on server Pin
sumit70347-Oct-10 22:59
sumit70347-Oct-10 22:59 
AnswerRe: Run Exe on server Pin
#realJSOP7-Oct-10 23:47
professional#realJSOP7-Oct-10 23:47 
QuestionDownload file from server on button click Pin
sumit70347-Oct-10 20:37
sumit70347-Oct-10 20:37 
AnswerRe: Download file from server on button click Pin
Abhinav S7-Oct-10 20:47
Abhinav S7-Oct-10 20:47 
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 

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.