I am using C# 2.0 in a Windows Forms platform - I am using the CellFormatting() Event to display certain rows of my DataGridView with a certain color depending on the value found in a certain column. This works great if the Column is Visible, but I don't want to display this Column to the end users! Is there a way to do this?
This column has a Security flag that basically says Access or No Access and depending on these two values, it colors the Rows accordingly.
Thanks for any advice!
This column has a Security flag that basically says Access or No Access and depending on these two values, it colors the Rows accordingly.
Thanks for any advice!