Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2730
UltraGrid: Saving Data to database after modifying row in the grid
posted

I am struggling trying to save the data to the database. Can someone assist me please.

 

 private void SaveUltraButton_Click(object sender, EventArgs e)
    {
      this.ultraGrid1.UpdateData();
     
      this.SaveUltraButton.Enabled = false;

    }