Ellis Posted September 18, 2003 Posted September 18, 2003 I have a data grid with one of the columns displaying amount in currency (See below) Column1 Column2 Column3 Text £12.00 Text Text -£6.00 Text Text £25.00 Text What I was wondering, how would I go about displaying minus amounts in red??? Quote
AlexCode Posted September 18, 2003 Posted September 18, 2003 I advise you to stick on this Namespace: System.Windows.Forms.DataGridColumnStyle I don't know if you can do it... but I'm shure the answer (possible or impossible) lays on it... Quote Software bugs are impossible to detect by anybody except the end user.
parminder Posted September 21, 2003 Posted September 21, 2003 yes, it is possible. search the artical "Customizing the Windows Forms DataGrid" at MSDN Home > MSDN Library > .NET Development > :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.