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
T

Taras611

@Taras611
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DataGridView && ErrorProvider
    T Taras611

    Thak you for help! But I want to put ErrorProvider in field of DataGridView! So I add: private void dataGridView_CellValidating(object sender, DataGridViewCellValidatingEventArgs e) { DataGridView dgv = sender as DataGridView; if (dgv.IsCurrentCellInEditMode) { dgv.Rows[e.RowIndex].Cells[0].ErrorText = "You made an error!"; } }

    C# question

  • DataGridView && ErrorProvider
    T Taras611

    Hi everybody!!! How I can use ErrorProvider in DataGridView??? (It is for notice when the input data in some field is failur. In this case you mast see blinking of ErrorProvider in some field)

    C# question

  • DataGrid
    T Taras611

    Hi everybody!!! How I can use ErrorProvider in DataGrid??? (It is for notice when the input data in some field is failur. In this case you mast see blinking of ErrorProvider in some field)

    C# question

  • DataGrid
    T Taras611

    Hi everybody!!! How I can use ErrorProvider in DataGrid??? (It is for notice when the input data in some field is failur. In this case you mast see blinking of ErrorProvider in some field)

    Windows Forms question
  • Login

  • Don't have an account? Register

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