E
Earl
I've probably asked the wrong question down below, as the issue is with the
datasource rather than the datagridview. What I'd like to do is position the
binding source to where no row is selected. Even setting
BindingSource.Position = -1 does not leave me with no rows selected. What
I'm doing is having the user click a "New" button to clear textboxes that
are bound to the same bindingsource as the grid. So I naturally want those
boxes to clear so the user can enter a new row of data, then I'll apply the
update, etc. While I've not used databinding much, it sure seems like I
should be able to clear the selected bindingsource row or position. Any
advice?
datasource rather than the datagridview. What I'd like to do is position the
binding source to where no row is selected. Even setting
BindingSource.Position = -1 does not leave me with no rows selected. What
I'm doing is having the user click a "New" button to clear textboxes that
are bound to the same bindingsource as the grid. So I naturally want those
boxes to clear so the user can enter a new row of data, then I'll apply the
update, etc. While I've not used databinding much, it sure seems like I
should be able to clear the selected bindingsource row or position. Any
advice?