BindingSourceNavigator for Integer Array?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

Is there anyway to set the BindingSource for a BindingNavigator control to
an Integer Array? I already have the database logic programmed into a
custom class (DBResults) with an Integer Array holding the PKey. I would
like to use the binding navigator control. Everything works, moving,
adding, deleting. I just haven't gotten the List to work yet (1 of X
records).

Thanks,
Ryan
 
I guess nevermind on this. I just deleted the default
BindingNavigatorCountItem and BindingNavigatorPositionItem and created my
own. They look the same but don't rely on a BindingSource to generate
values. So now I'm able to modify their text with code.

Ryan
 
Back
Top