In this article, Mahesh Sabnis explains how to perform an Insert operation in
WPF with
DataGrid control.
Source: DotNetCurry.com
In my previous article WPF DataGrid Control - Performing Update and Delete Operations, I explained Update and Delete operations in a WPF DataGrid control. In this article I will explain how to perform an Insert operation in WPF with DataGrid control. In this article I have used following events of the WPF DataGrid:
· CellEditEnding.
· SelectionChanged.
· RowEditEnding.