Silverlight DataGrid Refresh Between Xaml Files

Posted by GB on Stack Overflow See other posts from Stack Overflow or by GB
Published on 2009-08-07T15:56:17Z Indexed on 2010/05/02 3:07 UTC
Read the original article Hit count: 537

Filed under:
|
|
|

Hello, I have a Page.xaml file and a AddNewProject.xaml. In the Page.xaml file I have a ProjectDetailsDataGrid and a button to add a new Project. When I click on the Add New Project button the AddNewProject.xaml file becomes visible for the user to enter new project information.

I am having a problem trying to refresh the ProjectDetailsDataGrid (on the Page.xaml page) to display the new info. entered from the AddNewProject.xaml page.

Is there anyway to accomplish refreshing a datagrid between two seperate xaml files?

Thank you for your help.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about datagrid