Hi,
I have a XamGrid with a checkbox column, there are times when I checked/unchecked the control, my UI freezes and I get this error:
"An infinite loop appears to have resulted from repeatedly invalidating the TimeManager during the Layout/Render process."
I believe TimeManager is part of the Infragistics control. Any idea as to why this is happening?
Hello Erika,
I created a sample of XamGrid with CheckBoxColumn but have not been able to reproduce the behavior you are describing.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
Thank you,Mihoko Kamiishi
Looks like it is because I am binding the XamGrid Height into a screen height minus something. If I set it to Auto everything works okay. However, I'm getting the exception when I have the checkbox in the XamGrid. If I don't have it, it works okay eventhough I have Height binded to a property.