Click here to Skip to main content
16,023,124 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to add rows in the datagrid(WPF toolkit) when the user clicks on a button (outside of the datagrid).

The datagrid binds with th SQL server
Posted

1 solution

If the datagrid binds with SQL Server, you need to create UI to enter a new record, then put that in your DB, then rebind to your data source.

This gets asked 5 times a day and it shows a basic lack of understanding of the nature of data driven applications.
 
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