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.
Joe,
Thank you so much for all that info. I am happy to hear that there will be hotfix released soon to address these issues.
I appreciate your quick responses.
I downloaded the latest dlls and I dont see the problem anymore. That is fixed however I have another problem that this download created that I didn't have before.
Download broke my grid's functionality.
I have a bool in my dataset and it used to display the right data in the grid prior to this download and now the check box has a green square in it instead of the check mark or empty checkbox depending on the data in the dataset for the field.
I have these in my references,
Infragistics3.WPF.DataPresenter.v7.2
Infragistics3.WPF.Editors.v7.2
Infragistics3.WPF.v7.2
Am I missing a reference that might have possible broke my grid or is it a problem in this version?
Thans a bunch.
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