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
830
Updata ed ExitEditMode in XamaDataGrid
posted

Good evening.

Infragistics WinForm in a DataGrid using this code to update the changed data:

dgBase.PerformAction(UltraGridAction.ExitEditMode);
dgBase.PerformAction(UltraGridAction.CommitRow);
dgBase.UpdateData();



how to do it in a WPF DataGrid?

thanks

 



how to do it in a WPF DataGrid?

thanks



how to do it in a WPF DataGrid?

thanks