I have a page where I use the RadTileList control. Since the height of the RadTileList is bigger than that of the screen, the user must scroll the page vertically to be able to see the whole content of the RadTileList. The problem is that scrolling vertically does not work when the mouse is over the RadTileList area. I tried to set the "ScrollingMode" of the RadTileList but that does not help.
I have already tried the suggestions from this post: http://www.telerik.com/forums/radtilelist-vertical-scroll-issue
Does anyone have a solution to this problem?