Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Validating input Datagrid

Validating input Datagrid

Scheduled Pinned Locked Moved C#
databasehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    quocbao
    wrote on last edited by
    #1

    i designed a form using datagrid to connect to database. It allow user to enter data but i can not validate the data that user provide. Please help as posible as you can. Thanks. Mr Duc Linh Nguyen

    H 1 Reply Last reply
    0
    • Q quocbao

      i designed a form using datagrid to connect to database. It allow user to enter data but i can not validate the data that user provide. Please help as posible as you can. Thanks. Mr Duc Linh Nguyen

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      There are many ways you can do this. One way is to handle the TextBox.Validating event (inherited from Control) of the DataGridTextBoxColumn.TextBox property, which gets the TextBox that is hosted when the cell is in edit mode. If you wanted to validate input as they type, handle the KeyDown event of the TextBox as well.

      Microsoft MVP, Visual C# My Articles

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups