Click here to Skip to main content
15,886,729 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I was developing a application using wpf & C#, I was stuck at some level
when I enter data in the popup window , it was not reflecting or updating the datagrid in parent window. Instead when I close popup window it updated the parent window datagrid,
My problem is that I want to update the parent window datagrid without closing the popup window. I am using add button and close button in my pop up window. I will show the data that I entered in the popup window.

How can I achieve this.

What I have tried:

(see above) ... nothing, actually.
Posted
Updated 27-Jan-21 6:11am
v2
Comments
RedDk 27-Jan-21 12:14pm    
Do some sample/example downloadable projects (from MSDN or other) for WPF-XAML-C# and after making a working application, apply the same paradigms that worked there to the problem that arises through you're own coding.

1 solution

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