I have an issue on the AdvancedDataGrid that the verticalLines are not always drawn correctly when the Grid is scrolled
Screenshot:
As you can see it afflicts the entire row up to first groupedColumn. This happens only when it's upscrolling. First I thought that it's probably an issue with my itemRenderer but that is not the case because I found that it's only happing when I set the lockedColumnCount property. In my case it is set to 10, just to scroll only the groupedColumns. Without lockedColumnCount there is no such an issue with the lines.
It has nothing to do neither with the footer row, I had the same issue already before I added it.
Anyone has the same problem and found a workaround?