I've a DGV on my form application.
The DGV.Datasource is set to Me.MyBindingSource. I this the right way
I'm using the Filter Method of the BindingSource to show only the rows I want of my DataSet.
When I delete some rows at run time in code (...rows.delete) and even after I update the Table, using the TableAdapter.Update method, not always this changes are reflected on the DGV, why is this happening
Must I do some kind of refresh to the DataSet/BindingSource maybe a new Fill to the DataSet I not sure how to solve this...
Help please.
Pedro.