bindingnavigator

  • Thread starter Thread starter GS
  • Start date Start date
G

GS

I see in the design view of the binding navigator that the items like next
Item, prev item... are enabled but when I run, the form, somehow they got
disabled. I can still scroll thru the gridview by clicking on a row in the
gridview, and use up/down cursor.key

It seems to me some generated code turn of the scroll items etc in the
binding navigator. and I have to explicitly in the form load event to enable
each one.


is there another way? I don't recall having to do that for a c# project

the gridview is bound to a table in a sql dataset
 
Wonderful tip, thank you.

I forgot to set the binding source in the property of the bindingNavigator
in designer
.. all it takes is a couple clicks instead of explicitly enabling on each
item in the form load event.
 
Back
Top