Click here to Skip to main content
15,893,904 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionchange datagridrow color after add it Pin
Defender-NF25-May-11 5:46
Defender-NF25-May-11 5:46 
AnswerRe: change datagridrow color after add it Pin
Not Active25-May-11 6:24
mentorNot Active25-May-11 6:24 
AnswerRe: change datagridrow color after add it Pin
Pete O'Hanlon25-May-11 7:02
mvePete O'Hanlon25-May-11 7:02 
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 8:26
Defender-NF25-May-11 8:26 
GeneralRe: change datagridrow color after add it Pin
Pete O'Hanlon25-May-11 8:44
mvePete O'Hanlon25-May-11 8:44 
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 8:48
Defender-NF25-May-11 8:48 
GeneralRe: change datagridrow color after add it Pin
Pete O'Hanlon25-May-11 9:25
mvePete O'Hanlon25-May-11 9:25 
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 11:17
Defender-NF25-May-11 11:17 
Thanks Pete for the Assistance

I already have some solutions for this based on my database.. but i dont wanna programm on all my classes/datasets/lists new property just to do this?
thats why i m looking on a interface-way to resolve that, or maybe an independency function or something, i tryed for example this:

void la2_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
   {
       if (e.Action == NotifyCollectionChangedAction.Add)
       {

           emp.NewRowAfterFiltering = true;

       }
   }


NewRowAfterFiltering is a property wich i bound to the the datatriger of the gridrow to change background, but it didnt work.
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 22:47
Defender-NF25-May-11 22:47 
Answerchange datagridrow color after add it Pin
Nilesh G Umaretiya26-May-11 23:35
professionalNilesh G Umaretiya26-May-11 23:35 
GeneralRe: change datagridrow color after add it Pin
Pete O'Hanlon27-May-11 9:17
mvePete O'Hanlon27-May-11 9:17 
AnswerRe: change datagridrow color after add it Pin
robertalis23-Jul-11 1:27
robertalis23-Jul-11 1:27 
QuestionApplication doesn't do anything when run Pin
Winkles22-May-11 15:15
Winkles22-May-11 15:15 
AnswerRe: Application doesn't do anything when run Pin
Luc Pattyn22-May-11 15:35
sitebuilderLuc Pattyn22-May-11 15:35 
GeneralRe: Application doesn't do anything when run Pin
Winkles22-May-11 15:43
Winkles22-May-11 15:43 
AnswerRe: Application doesn't do anything when run Pin
Luc Pattyn22-May-11 16:13
sitebuilderLuc Pattyn22-May-11 16:13 
GeneralRe: Application doesn't do anything when run Pin
Winkles22-May-11 20:11
Winkles22-May-11 20:11 
GeneralRe: Application doesn't do anything when run Pin
MicroVirus25-May-11 23:54
MicroVirus25-May-11 23:54 
AnswerRe: Application doesn't do anything when run Pin
eferreyra31-May-11 7:09
eferreyra31-May-11 7:09 
AnswerRe: Application doesn't do anything when run Pin
Abhinav S22-May-11 20:10
Abhinav S22-May-11 20:10 
QuestionChar String to String ^ - Help Needed Pin
Freddie Code22-May-11 4:24
Freddie Code22-May-11 4:24 
AnswerRe: Char String to String ^ - Help Needed Pin
Luc Pattyn22-May-11 5:47
sitebuilderLuc Pattyn22-May-11 5:47 
AnswerRe: Char String to String ^ - Help Needed Pin
Freddie Code22-May-11 7:03
Freddie Code22-May-11 7:03 
AnswerRe: Char String to String ^ - Help Needed Pin
Nilesh G Umaretiya26-May-11 23:40
professionalNilesh G Umaretiya26-May-11 23:40 
QuestionSSRS 2008 Generating PDF from Report programmatically Pin
Hampden Tech19-May-11 7:11
Hampden Tech19-May-11 7:11 

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.