Click here to Skip to main content
16,015,481 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Me add new row on button click by
int add = dataGrid1.Items.Add(new DataGrid());
And how to pass textboxs value into datagrid in wpf?
Posted

1 solution

Hey please read this,
how to add rows to WPF datagrids[^]
 
Share this answer
 

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