Posted 8 September 2017, 2:30 pm EST
I upgraded to the latest Spread for Windows Forms v5 (5.0.3514.2008). Now in my application that was working before the upgrade it just hangs if I loop through the rows in the ChildViewCreated event and set a cell's text. As soon as I comment out the 1 line in my code that sets that column's text, it loads fine.
Also on a 3rd level child view, on the ChildViewCreated event, I am setting column widths and headers and then looping through the rows in that child view to set a column's value. The column formatting only "sticks" on the last expanded child view. All the other currently expanded 3rd level views revert back to the default column widths. If I don't set any cell's text in the child view the formatting doesn't mess up.
Both of these bits of code worked fine with my previous version of Spread (5.0.2003). Upgraded to 5.0.2014, got the strange behaviour and then tried using the .net 3.5 5.0.3514, but still the same things happening.
Was using this in VB2008.net, but upgraded a copy of the project to VB2010.net just but it's still doing the same thing.