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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top