Click here to Skip to main content
15,886,872 members
Home / Discussions / C#
   

C#

 
GeneralRe: dataGridView filtering with IList. Pin
Henry Minute16-May-10 0:23
Henry Minute16-May-10 0:23 
GeneralRe: dataGridView filtering with IList. Pin
mprice21416-May-10 15:57
mprice21416-May-10 15:57 
Questionwindows 7 jumplist window border style? Pin
Druuler14-May-10 8:05
Druuler14-May-10 8:05 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 8:56
sitebuilderLuc Pattyn14-May-10 8:56 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 10:43
sitebuilderLuc Pattyn14-May-10 10:43 
QuestionCreating Control at Design time Pin
Said Ali Jalali14-May-10 6:50
Said Ali Jalali14-May-10 6:50 
AnswerRe: Creating Control at Design time Pin
DaveyM6914-May-10 7:07
professionalDaveyM6914-May-10 7:07 
QuestionRe: Grid: Fill background colour to 1 column only from row Help Pin
roman_s14-May-10 5:15
roman_s14-May-10 5:15 
Currently I have a grid that fills rows a certain color when a certain condition is met (its a Grid from Divelements but similiar to MS)
I have tried Divelements forum but Im looking to see what you guys would suggest as the sandgrid has similiar functions as the standard Grid

protected override void DrawRowBackground(Divelements.SandGrid.Rendering.RenderingContext context)


           MasterListItem M = this.DataItem as MasterListItem;


           if (M.Flags == 1) //If MasterListItem is Estimated Full, Partial, Both
           {
               context.Graphics.FillRectangle(Brushes.LightYellow, this.Bounds);
           }
           //this.Bound
           base.DrawRowBackground(context);

How do I specify this to only drawRowBackground on 1 specified column instead of the whole row of columns.?
any example code?
Question\r\n to <br /> Pin
Xmen Real 14-May-10 5:00
professional Xmen Real 14-May-10 5:00 
AnswerRe: \r\n to <br /> Pin
PIEBALDconsult14-May-10 6:19
mvePIEBALDconsult14-May-10 6:19 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:24
professional Xmen Real 14-May-10 6:24 
GeneralRe: \r\n to Pin
PIEBALDconsult14-May-10 6:37
mvePIEBALDconsult14-May-10 6:37 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:41
professional Xmen Real 14-May-10 6:41 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 9:28
protectorAspDotNetDev14-May-10 9:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:26
professional Xmen Real 14-May-10 18:26 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 18:28
protectorAspDotNetDev14-May-10 18:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:30
professional Xmen Real 14-May-10 18:30 
GeneralRough solution but works Pin
Xmen Real 14-May-10 18:59
professional Xmen Real 14-May-10 18:59 
GeneralRe: Rough solution but works Pin
AspDotNetDev17-May-10 17:02
protectorAspDotNetDev17-May-10 17:02 
GeneralRe: Rough solution but works Pin
Xmen Real 17-May-10 18:07
professional Xmen Real 17-May-10 18:07 
QuestionExtending Entity Data Model Pin
Sevententh14-May-10 4:24
Sevententh14-May-10 4:24 
AnswerRe: Extending Entity Data Model Pin
Sevententh17-May-10 1:26
Sevententh17-May-10 1:26 
QuestionMessage Removed Pin
14-May-10 3:47
roman_s14-May-10 3:47 
AnswerRe: Pin
Johnny J.14-May-10 4:01
professionalJohnny J.14-May-10 4:01 
GeneralRe: Pin
roman_s14-May-10 4:11
roman_s14-May-10 4: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.