Set active row thru code

  • Thread starter Thread starter Michael Hamrah
  • Start date Start date
M

Michael Hamrah

I have a dataset bound to a grid and some other controls. Databinding is
responsible for all updates. I add a row using code and want that to be the
active row displayed in the controls. How do I set the active row for
databinding?
 
Hi Michael,

See thread
Moving in DataSet...Manually (code)??

from earlier today.

Basically you'll have to use BindingManagerBase.Position property.
 
Back
Top