DataGridView File Name Path Columns
This entry was posted
on Friday, September 21st, 2007 at 11:03 pm and is filed under Programming.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
November 14th, 2007 at 6:39 pm
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?
November 29th, 2007 at 1:03 pm
Just, what I was looking for.