This question is locked. New answers and comments are not allowed.
Hello,
We have found a very funny bug at RadGridView...
We created some grids with ComboBoxColumns, and we grouped the grids by this column by default (using the RadGridView properties).
When we run the project, the group headers appeared empty... but not all of them, only the ones at sight (the ones down the scroll bar do appeared), and playing around with the bug we also have seen that if we force the grid to refresh leaving outside a empty group header, the text appeared!!
For example:
- Move the scroll down, so the first group header is not visible at screen.
- Edit a cell.
- We move again up and there it is the header text :)
So after thinking about it, we have found a workaround, seeing that the problem was with labels "on screen" we collapsed the grid till it finished loading... and it worked! . Of course that is a very bad way to do it, and the effect is awfull, but for now it's only a prototype, so it's enough, but it would be better if that could be fixed.
We have found a very funny bug at RadGridView...
We created some grids with ComboBoxColumns, and we grouped the grids by this column by default (using the RadGridView properties).
When we run the project, the group headers appeared empty... but not all of them, only the ones at sight (the ones down the scroll bar do appeared), and playing around with the bug we also have seen that if we force the grid to refresh leaving outside a empty group header, the text appeared!!
For example:
- Move the scroll down, so the first group header is not visible at screen.
- Edit a cell.
- We move again up and there it is the header text :)
So after thinking about it, we have found a workaround, seeing that the problem was with labels "on screen" we collapsed the grid till it finished loading... and it worked! . Of course that is a very bad way to do it, and the effect is awfull, but for now it's only a prototype, so it's enough, but it would be better if that could be fixed.