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

  • Home
  • SEARCH
  • 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 4622472
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:50:54+00:00 2026-05-22T02:50:54+00:00

Consider a data entry form where the user needs to enter times in military

  • 0

Consider a data entry form where the user needs to enter times in military format. They wish to key from a keypad to speed up their work but don’t want to key the colon (:) between the hours/minutes.

The column is formatted to allow time and will automatically convert the time to the standard AM/PM formats. Unfortunately, it requires the colon. Therefore a conversion method should be run on this input to attempt to convert it to a time value.

The method to do this is not part of the answer I’m looking for. It could represent any reason why someone would want to change a value keyed by a user into some other value. The key is that it needs to happen before validation so the DataError event is not raised.

I assumed that CellValidating would be the right place for this so I wrote what I expected to work:


private void sampleDataGridView_CellValidating(object sender, DataGridViewCellValidatingEventArgs e)
{
    // Ensure we're looking at the column that requires our attention
    if (sampleDataGridView.Columns[e.ColumnIndex].Name == "timeCol")
        sampleDataGridView[e.ColumnIndex, e.RowIndex].Value = convertMilitary(e.FormattedValue);

}

When stepping into this code after the cell is written to, the event args tell me that the formatted value is indeed what was keyed, but attempting to set this to the current value of the cell doesn’t help validation. On closer inspection I learned that the value is still what it was prior to user entry.

This leaves me at an impasse because I don’t see where else I would put this. I feel that I’m in the right spot but I’m missing something. Where do I put this conversion so the DataError event isn’t raised from a failed validation?

Its possible that there is a different property I need to set? Its like I should be changing what the user keyed, not the cell value directly like I am attempting to do…

  • 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-05-22T02:50:54+00:00Added an answer on May 22, 2026 at 2:50 am

    Have you looked at using the CellParsing event? I seem to recall using this when I needed to do something similar.

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

Sidebar

Related Questions

Consider a standard ASP.NET web application where the user types in some numeric data
Consider the following code: client.Send(data, data.Length, endpoint); byte[] response = client.Receive(ref endpoint); While, according
Consider the following code and its output: Code #!/usr/bin/perl -w use strict; use Data::Dumper;
Consider: List<String> someList = new ArrayList<>(); // add "monkey", "donkey", "skeleton key" to someList
Consider the following setup: A windows PC with a LAN interface and a WiFi
Consider the need to develop a lightweight desktop DB application on the Microsoft platforms.
Consider this problem: I have a program which should fetch (let's say) 100 records
Consider these two function definitions: void foo() { } void foo(void) { } Is
Consider the Oracle emp table. I'd like to get the employees with the top
Consider an indexed MySQL table with 7 columns, being constantly queried and written to.

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.