Jump to content

Actualizar DataGridView


Chamuanza
 Share

Recommended Posts

Oi pessoal

Tenho uma DataGridView que é preenchida com os dados de uma BD Access, mas quando insiro uma nova linha não consigo que, ao fazer o SAVE a DataGridView seja logo actualizada.

Tenho que sair do Form e entrar de novo a fim de aparecer a linha introduzida

O que me falta ? Tenho este codigo no evento SAve

 Private Sub SituacaoBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SituacaoBindingNavigatorSaveItem.Click

        Me.Validate()
        Me.SituacaoBindingSource.EndEdit()
        Me.TableAdapterManager.UpdateAll(Me.CondominioDataSet)

        Me.SituacaoDataGridView.Refresh()



    End Sub

Obrigado pela atenção

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.