Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Not able to add a New child record when there is no data in the child record
posted

 Hi,

I have been playing around with the xamdatagrid and want to add a NEW child record to a parent. However, with no existing child records the addition's row is not shown.

 

I have added;

<

 

 

igDP:XamDataGrid.FieldLayoutSettings ><igDP:FieldLayoutSettings AddNewRecordLocation="OnTopFixed" AllowAddNew="True" AllowDelete="True" /></igDP:XamDataGrid.FieldLayoutSettings>

However, this does not endble the addition of child rows when no data is present in the child. It works fin when there is.

Attached is the my test project.

plus the database needed can be downloaded from.
http://littlecherub.com.au/ebayImages/WpfXamGridDatabase.zip
only 435KB

Is there any other way other then adding dummy records?

WpfXamGrid.zip
Parents Reply Children
No Data