the datagrde is binding to data collection with default construction.
but the new row is not showing. I understand in other datagrid there is a feature allowaddnew, is there anything like that in xamldatagrid? anyway, please help me on this
You can allow the adding of new rows and configure it's placement with the XAML below.
<igDP:XamDataGrid.FieldLayoutSettings>
<igDP:FieldLayoutSettings AddNewRecordLocation="OnTopFixed" AllowAddNew="True"/>
</igDP:XamDataGrid.FieldLayoutSettings>
Tried, not working. I use observablecollection.