I have xamDataGrid that binds to a dataset.
<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.
Here is the message from the exception
FatalExecutionEngineError was detectedMessage: The runtime has encountered a fatal error. The address of the error was at 0x56d7b7a7, on thread 0xf34.The error code is 0x80131623. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.
Also, refer to this thread that someone else posted and you guys said it's been fixed but still happens to me with my app and your browser sample, I am not sure what I am missing..... I am using V7.2
http://forums.infragistics.com/forums/t/2018.aspx
I will try to create a small sample to send you sometime this evening......I badly need a fix for this