I have a kendoGrid loaded inside a kendoTabStrip. The kendoTabStrip is contained within a div styled as follows:
#bindableObjectsContainer {
width: 400px;
overflow: auto;
white-space: nowrap;
text-wrap: none;
}
.The kendoGrid has the following properties:
height: 500,
scrollable: false,
The entire page is contained inside an iframe with width and height defined as follows:
width="100%" height="600"
The grid data displays fine. The container div has both horizontal and vertical scroll bars, as desired. The problem is that the background color of the alt rows does not extend past the base unscrolled position. Please see attached screen shots. Any ideas? Thanks.