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
590
Addition of new row crashes the app...
posted

I have xamDataGrid that binds to a dataset.

I have

<igDP:XamDataGrid.FieldLayoutSettings>

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

</igDP:XamDataGrid.FieldLayoutSettings>

so I can edit the grid. Grid loads fine and displays everything in the dataset fine. I have a row at the top to enter new data into the grid.

After I am done adding the new row, I hit enter to add the row to the grid and that crashes.

I then tried your sample that I have, crashes in the same way. Is there a fix for this, hot fix or something that I should get?

I really need this fix ASAP. I greatly appreciate your help.

Thanks.