I believe I've found a serious bug in the Show/Hide Columns section of the RadGrid's HeaderContextMenu. I've a Grid with multiple autogenerated columns. The grid has so many columns that the horizontal scrollbar is visible. When I open the Header Context Menu, go to the Columns section and uncheck some of the columns, those columns get hidden without problems. Until here, there are no problems. But when I scroll to the right and then back to the left, the columns that were hidden before are visible again. When I reopen the Header Context Menu I can see that those columns are still unchecked. They are unchecked but they are still visible.
I was trying to add to new items to the header context menu, under the Columns section. These items are Check All and Uncheck All. Actually I believe that this has to be out of the box feature of the RadGrid but unfortunately it's missing as far as I know. Assuming that you have let's say 40 columns, you can't expect the user to make 35 clicks, when the user wants to hide 35 columns to focus only on 5 columns. So somehow I managed to add this feature myself and when I found the bug I've explained above, I first thought that I've caused this strange behaviour but then I tried the same on another grid where I didn't add that Check All/Uncheck All feature and saw that the strange behaviour or bug was still there. So it didn't depend on my additional feature.
I'm using the latest version of the Ajax controls (2012 Q1) Did someone else experience such a problem? Thanks in advance...
I was trying to add to new items to the header context menu, under the Columns section. These items are Check All and Uncheck All. Actually I believe that this has to be out of the box feature of the RadGrid but unfortunately it's missing as far as I know. Assuming that you have let's say 40 columns, you can't expect the user to make 35 clicks, when the user wants to hide 35 columns to focus only on 5 columns. So somehow I managed to add this feature myself and when I found the bug I've explained above, I first thought that I've caused this strange behaviour but then I tried the same on another grid where I didn't add that Check All/Uncheck All feature and saw that the strange behaviour or bug was still there. So it didn't depend on my additional feature.
I'm using the latest version of the Ajax controls (2012 Q1) Did someone else experience such a problem? Thanks in advance...