How is it possible to edit the data in DataGrid?

How is it possible to edit the data in DataGrid?



- DataGrid provides a way to edit the data and set the properties to create a good user interface.

- DataGrid provides a way to create an application that provides interactivity by using the set or unset of the methods like CanUserAddRows, CanUserDeleteRows, CanUserReorderColumns, etc.

- To edit look for the properties that starts with CAN and change it according to the requirements.

- Adding or modifying of a row or data effects the collection of the Items that is assigned to the ItemsSource.
Post your comment