Our application running under VisualStudio C# and WinGrid Version 8.1.20081.2013 gets the out of memory exception if there are several hundred rows selected that are recursed through because if several levels of descendants each to set row activation and/or ExpandAll. Is there any thing that can be done to prevent this?
Ron
Hi Ron,
Without seeing what your code is doing or a sample that demonstrates the exception, I cannot guess why it's occurring or how to avoid it.
Can you post a sample?
I've attached a simplifed sample application. Run the app and click on either the ExpandAll button or the SetActivation button and see if you get the OutOfMemoryException .