|
-
Oct 16th, 2006, 02:37 PM
#1
Thread Starter
New Member
02/03 datagrid row color
i have a datagrid that is filled by a dataset. I need to have a diferent color when the dataset brings an specific value for the database i'm using a stored procdure that returns 7 fields is one of the fields is 1 i want to use a different color for the row.
thanks in advance.
-
Oct 17th, 2006, 12:53 AM
#2
Re: 02/03 datagrid row color
I'm assuming this is a Winforms app.
Moved
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 17th, 2006, 01:15 AM
#3
Re: 02/03 datagrid row color
Follow the WinForms FAQ link in my signature. It has lots of information for a number of WinForms controls including, and especially, the DataGrid. I don't think it mentions how to colour a whole row specifically but I'm sure it mentions how to colour a cell. You just have to follow the instructions for each cell in the row.
-
Oct 17th, 2006, 05:24 AM
#4
Re: 02/03 datagrid row color
 Originally Posted by rgromero
i have a datagrid that is filled by a dataset. I need to have a diferent color when the dataset brings an specific value for the database i'm using a stored procdure that returns 7 fields is one of the fields is 1 i want to use a different color for the row.
thanks in advance.
Hi,
Here's a link how to coloring a individual cell in a datagrid;
http://www.syncfusion.com/faq/window...earch/745.aspx
Wkr,
sparrow1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|