When you’re using a grid inside of a panel, the column headers have a higher z-index than the vertical scrollbar of the panel, causing an unpleasant appearance. This is illustrated here:
http://jsfiddle.net/DRpF6/5/
You can find the vertical scrollbar and set its z-index to be higher than the grid column headers (higher than 199). I’ve included a line of code at the bottom (it’s currently commented out) to display what the behavior should be in my opinion…..my only concern with this workaround is that I dont want the new z-index of the scrollbar to cause it to be displayed over other elements that it should not, I have encountered any problems yet tho.
Does your team plan on fixing this issue in a future release or should i use the workaround for now?
Best Regards,
Alex Overton