For example, I have a table 'Bill' with these attributes : id,date,quantity,sum,contractid. By default, after we drag 'Bill' from DataSet on the form we get a datagridview displays data selected by Bill.id.
Now I need the data selected by Bill.date. That means after done the BindingNavigator bar on top will also manage the date not the id.