After having downloaded the new version, the following piece of code (nested in much larger class) will freeze the application and eat up 100 pct of the CPU. If the if-statement is true, everything hangs on setting the first row to true:
if( !this.Rows.Hidden[1] )
this.Rows.Hidden[1] = true;
I have not been able to reproduce this with a simple demo, but the problem only exist if we use the new version of the grid (1.6.1) not the old version (1.5.2). Do you have any ideas as to what we might be doing elsewhere that affects the Hidden-property?
Any postings would be greatly appriciated, since I have no clue what we are doing wrong.
Sincerly
Soren