datagridview cell

  1. S

    Resolved Buttons for single row datagridview

    Hello everybody, I would need some help, I'm creating a program, and through the datagridview function I get the data from the mysql database, but I need to be able to add buttons (with images) on some lines. at this moment it adds the button on all lines Example: If the event has associated a...
  2. dv2020

    Resolved Datagridview Lookup value from one cell in specific column and display in another?

    Hi All, Trying to adjust my code to a) When a user selects a value from the combo box in the data grid, it copies a value from a different column into another b) When the data grid refreshes, looks up each value and copies the look up values from a different column into another (for each row)...
  3. F

    how to select row from datagridview when column have cells is empty

    Hi there ! how to select row from datagridview when column have cells is empty I tried couple of this but nothing worked Please help on this void filter() { try { if (dataGridView1.Rows.Count > 0 ) { for (int i =0 ...
Back
Top Bottom