DataGridView File Name Path Columns

2 Responses to “DataGridView File Name Path Columns”

  1. Andrew Roberts Says:

    Hi,

    I have tried using this code with limited success. I have a datagridview which is part of a form with a BindingNavigator in place. I change the data displayed in the DatagridView on each BindingSource_PositionChanged event with this code:

    TableAdapter.FillByID(DataTable, ID);

    The data is there fine. However, the buttons do not work correctly. They work on the Record 1 (unless I sort the DGV column), but all subsequent BindingSource records do not work. In PaintPrivate, RowIndex = -1 which does not make sense.

    Can you help?

  2. Pablo Benítez Says:

    Just, what I was looking for.

Leave a Reply