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 8794055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:12:05+00:00 2026-06-13T23:12:05+00:00

I have changed a DataGridViewCheckBoxCell to contain a string at the right of the

  • 0

I have changed a DataGridViewCheckBoxCell to contain a string at the right of the CheckBox that reflects the CheckBox value. When it’s true, the string is “Value1”; when it’s false the string should change to “Value2”.

The string value is changing only after the DataGridViewCheckBoxCell loses focus. I want the string value to change right after the CheckBox value changes. How can I do that?

For reference, this is my personalized DataGridViewCheckBoxCell class:

public class MyDGVCheckBoxCell : DataGridViewCheckBoxCell
{
    public static string TRUE_VALUE = "Excitada";
    public static string FALSE_VALUE = "Monitorada";

    public MyDGVCheckBoxCell(bool isExcitada)
    {
        FalseValue = FALSE_VALUE;
        TrueValue = TRUE_VALUE;
        Value = isExcitada ? TRUE_VALUE : FALSE_VALUE;
    }

    protected override void Paint(Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts)
    {
        base.Paint(graphics, clipBounds, cellBounds, rowIndex, elementState, value, formattedValue, errorText, cellStyle, advancedBorderStyle, paintParts);

        Rectangle contentBounds = this.GetContentBounds(rowIndex);

        Point stringLocation = new Point();

        stringLocation.Y = cellBounds.Y + 4;
        stringLocation.X = cellBounds.X + contentBounds.Right + 1;

        graphics.DrawString(this.Value.ToString(), Control.DefaultFont, System.Drawing.Brushes.Black, stringLocation);
    }
}
  • 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-13T23:12:05+00:00Added an answer on June 13, 2026 at 11:12 pm

    You will usually find an event for the checked case. You can modify the string in that event.

    Here is more information on the event.

    http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/38f26111-671f-457d-a460-fd5e19b16378

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

Sidebar

Related Questions

I have changed tel property to do some string manipulation instead of calling that
I have changed the Treeview.HideSelection = false; But how do I insure that when
I want a Python object that will monitor whether other objects have changed since
I have changed the Configure::write('Security.salt', '############'); value in the file config/core.php file to a
I have changed default c:/wamp/www/ path to new directory c:/projectfolder/www/ in http.conf The change
I have changed this.value = terms.join( ; ) line from comma (,) to (;)
I have changed my ASP.NET MVC web.config settings to debug=false: <system.web> <compilation debug=false targetFramework=4.0>
I have a xml file that changed when i update some values, and i'm
How to check if instance variable value have changed? For global variable there is
The coding standards at my company have changed such that the function declaration void

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.