Hi,
If I have a master-detailsview using a SfDataGrid for both, I cannot add new rows in the detail SfDataGrid.
I can edit existing detail rows ... i just can't add them.
I have modified your master-detailsview sample to demonstrate the problem. All i did was add AllowEditing, AllowFiltering, AllowDeleting, AddNewRowPosition as follows ...
<syncfusion:SfDataGrid x:Name="FirstDetailsViewGrid"
AllowDeleting="True" AllowEditing="True" AllowFiltering="True" AddNewRowPosition="Bottom" AllowResizingColumns="True" AutoGenerateColumns="False">
Many thanks for your help,
James.
Attachment:
CS_1cce2e06.rar