Click here to Skip to main content
15,888,195 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I've been looking around for a simple example of editable datagrid ,

Generlly i need to add & remove rows ,
and collect all (data) inner text from datagrid rows.

Can any one suggest or post a solution ?

Thanks,

What I have tried:

WPF Tutorial | DataGrid[^]
Posted
Comments
Graeme_Grant 23-Aug-18 17:54pm    
If you bind to an ObservableCollection, then the DataGrid will reflect changes to the collection through the data binding mechanism. Here is a similar example: How to check WPF datagrid checkbox is selected or not in all rows in button click event[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900