datagridviewbuttoncolumn

  1. mond007

    delete child rows when deleting parent row datagridview

    I have had a look in a number of areas but can not seem to work out the code to delete child rows when deleting the parent. See Private Sub DataGridView1_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles...
  2. D

    Having an issue with DataGridViewButtonColumn

    I have a datatable that I am using as a datasource to a datagridview. I am adding a datagridviewbuttoncolumn just before I set the datasource. The problem that I am having is that I want the text "View" to show on the button and it is not. I was under the impression that setting the Text...
Back
Top