Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8914977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:51:51+00:00 2026-06-15T04:51:51+00:00

I have a TabControl which contains 2 DataGridViews on separate tabs. Both of these

  • 0

I have a TabControl which contains 2 DataGridViews on separate tabs. Both of these are populated based on the value of the selected row on a third DGV, which is outside the TabControl.

I am trying to colour the left-hand column of one of the DGVs in blue, which is working fine provided the Page containing that DGV is currently visible. If it is not currently visible then the colour is not changed. The code I am using to change cell colour is

foreach (DataGridViewRow row in this.dgvInformation.Rows)
{
    DataGridViewCellStyle blueStyle = new DataGridViewCellStyle();
    blueStyle.Font = new Font("Microsoft Sans Serif", 8.25F, FontStyle.Regular);
    blueStyle.BackColor = Color.LightBlue;
    row.Cells["InfoType"].Style = blueStyle;
}

I have stepped through the code and it takes an identical path whether the DGV is visible or not, but the cell colour is only changed when it is visible.

Is there a reason why a DGV can’t have it’s cell colour changed if it is not currently displayed?

Many thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T04:51:53+00:00Added an answer on June 15, 2026 at 4:51 am

    [Apologies for answering my own question here – the credit belongs to Shane C I just don’t like to leave unanswered questions!]

    The fix is to add the cell colouring code to the VisibleChanged event of the DataGridView, and also to the Sorted event if sorting is allowed

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a form, which hosts a tabcontrol. each of these tabs have plenty
I have a user control, which contains both a Panel and a TabControl. I
I have a Usercontrol(TabUserControl) which contains a TabControl. The Viewmodel of that UserControl loads
I have a tabcontrol which binds to an observable collection of tabs. The tabcontrol
I have a tabcontrol in my application. I have a listbox which contains the
I have a view which contains a tab control with 2 tabs. I have
I have an application which has a tabcontrol that contains two tabpages. I have
I have an asp.net mvc partial which contains a jquery ui tab control, marked
I am experiencing a very weird problem: In WPF I have a tabControl which
I have a WPF TabControl which displays UserControl s. Some UserControl s are larger

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.