Hello
I have a hierarchical RadGridview with a GridViewCheckBoxColumn in the secondary template.
The column has EnableHeaderCheckBox = true so that it shows if all rows are checked and can be used to check them all.
If there are exactly two rows and I manually check the first of them the 'all checked' header checkbox gets checked - although the second row is not checked.
As soon as the second row is checked the error doesnt occur anymore
Noticed that the error also occurs with more than two rows if all but the last one are checked