Hello,
We have a RadGridView showing a list of people and a child window using a RadDataForm to show the "people" details. The parent window has an edit button and a create button. Edit works correctly when displaying the child dataform. I can't get the Create/Add option to work in the child data form. I'm assuming I need to call AddNewItem but it doesn't seem to work.
First, is this possible with a dataform? I know with AddNewItem I need to use ItemsSource instead of CurrentItem but I can't seem to make it work...
I'm still new to Silverlight so any help would be appreciated!
Cheri
Here's the dataform defintiion..
Here is the code from the Parent Form that opens the child form