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
715
Infragistics xamDataGrid is freezed
posted

Hi,

We are using infragistics version (WPF4) 11.2 in our application.   

 As part of our functionality, we have to bind a combox to the xamdatagrid  in cell.  User should be able to select the values from the combo box and able to bind the selected value back to cell.

The combo box values are loading fine.  User select the value from the dropdown, in the code-behind, we are resetting as below.  Immediately the entire xamDataGrid is freezed and we are not able to precede any functionality with the Grid.

 

if (!employeeData.Equals(NoSelection))

                {

                    rec.Cells[1].Value = employeeData;

                    rec.Cells[2].Value = employeePositionData;

                    rec.Cells[3].Value = "Y";

                    rec.IsActive = true;

              }

 

This issue is causing a lot of functionality failures in application.   Please let us know the immediate solution from the above problem.

We attached POC on this issue,

Thanks & Regards

Guruprasad Gowda

 

InfragisticPOC.zip