I have made a widget with a grid encapsulated in it. When i give the grid a maximum height via
i have problems selecting the rows a the bottom of the grid, when i scroll down and click on a row the grid scroll to the top and doesn't select anything. The problem only occurs in IE, in chrome this works perfect.
I have created a sample
jsfiddle
best regards
.k-grid-content{
max-height
:
200px
;
}
I have created a sample
jsfiddle
best regards