Click here to Skip to main content
16,015,019 members
Home / Discussions / WPF
   

WPF

 
QuestionSilverlight Charts Pin
swatibahl0412-Jun-13 19:56
swatibahl0412-Jun-13 19:56 
AnswerRe: Silverlight Charts Pin
Abhinav S12-Jun-13 20:49
Abhinav S12-Jun-13 20:49 
GeneralRe: Silverlight Charts Pin
swatibahl0412-Jun-13 20:55
swatibahl0412-Jun-13 20:55 
AnswerRe: Silverlight Charts Pin
Abhinav S12-Jun-13 21:03
Abhinav S12-Jun-13 21:03 
GeneralRe: Silverlight Charts Pin
swatibahl0412-Jun-13 21:38
swatibahl0412-Jun-13 21:38 
GeneralRe: Silverlight Charts Pin
Abhinav S13-Jun-13 1:10
Abhinav S13-Jun-13 1:10 
GeneralRe: Silverlight Charts Pin
swatibahl0413-Jun-13 1:22
swatibahl0413-Jun-13 1:22 
Questionchange color of Datagrid text Pin
picasso210-Jun-13 18:12
picasso210-Jun-13 18:12 
Hello members,
I have tables (DBTable) in SQL 2008 that contains two columns that look like this:
Col1 Col2
0 1
0 1
1 1
1 1
0 1
I created a Silverlight application (BI -RIA and domain services) that populates the datagrid as follows
MyCarsDomainContext context = new MyCarsDomainContext();
dataGrid1.ItemsSource = context.DBTables;
context.Load(context.GetDBTablesCompareQuery());


I would like to change the row background color (just the text color will work fine too) based on the value of Col1. If 0 then row is red, if 1 then row is blue

Any help is greatly appreciated
AnswerRe: change color of Datagrid text Pin
AbhijeetB12-Jun-13 1:18
AbhijeetB12-Jun-13 1:18 
AnswerRe: change color of Datagrid text Pin
Abhinav S12-Jun-13 20:51
Abhinav S12-Jun-13 20:51 
QuestionMediastreamsource Pin
brodcasting10-Jun-13 2:45
brodcasting10-Jun-13 2:45 
AnswerRe: Mediastreamsource Pin
Richard MacCutchan10-Jun-13 3:29
mveRichard MacCutchan10-Jun-13 3:29 
Questionaudio samples to wmv file using mediastreamsource Pin
brodcasting7-Jun-13 21:44
brodcasting7-Jun-13 21:44 
QuestionURL Issue Pin
idreesbadshah5-Jun-13 20:01
idreesbadshah5-Jun-13 20:01 
QuestionSilverlight business application Pin
picasso23-Jun-13 19:19
picasso23-Jun-13 19:19 
AnswerRe: Silverlight business application Pin
Abhinav S10-Jun-13 20:25
Abhinav S10-Jun-13 20:25 
QuestionWPF Combo box not display bound value Pin
Dominick Marciano2-Jun-13 10:10
professionalDominick Marciano2-Jun-13 10:10 
AnswerRe: WPF Combo box not display bound value Pin
AlphaDeltaTheta2-Jun-13 15:43
AlphaDeltaTheta2-Jun-13 15:43 
AnswerRe: WPF Combo box not display bound value Pin
Mycroft Holmes2-Jun-13 20:12
professionalMycroft Holmes2-Jun-13 20:12 
QuestionSuggestions for Email Handling Pin
MehGerbil28-May-13 9:07
MehGerbil28-May-13 9:07 
AnswerRe: Suggestions for Email Handling Pin
Mycroft Holmes28-May-13 14:28
professionalMycroft Holmes28-May-13 14:28 
QuestionBinding Enum to a ComboBox Pin
Kenneth Haugland28-May-13 7:05
mvaKenneth Haugland28-May-13 7:05 
AnswerRe: Binding Enum to a ComboBox Pin
Mycroft Holmes28-May-13 14:22
professionalMycroft Holmes28-May-13 14:22 
GeneralRe: Binding Enum to a ComboBox Pin
Kenneth Haugland28-May-13 14:26
mvaKenneth Haugland28-May-13 14:26 
GeneralRe: Binding Enum to a ComboBox Pin
Mycroft Holmes28-May-13 14:33
professionalMycroft Holmes28-May-13 14:33 

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.