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.ziponly 435KB
Is there any other way other then adding dummy records?
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I tested your sample both with RTM an last service release of 10.3. In the RTM the behavior was like yours and in the latest service release this issue has been fixed, so I suggest you upgrade your version from our website in the My IG section.
Feel free to write me if you have further questions.
I'm having the same problem now, in 2012. I'll submit a case since it took a year for you to look at this.
Use BindingList(T) for child collections.