I have an issue with kendo grid i have a window and inside the window there is a tabstrip the content of the tab is two grid which are shown in tab1 and tab2 respectively ,also the window is invisible at first.
My problem is the grid in the second tab height exceeds the original grid-content height.
i have recreated the problem in jsfiddle clickhere.I think someone can help me.
For getting the result as described in above comment:
You should:
heightis not a valid option ofkendoTabStrip, you can remove it.pageable: ...from yourGridinitialization as well aspageSize: 10from theDataSourceinitialization.heightstyling that Kendo UI introduced since it is not correctly calculated (!?) by doing$("#grid2").css("height","");. This seems to me a little tricky but I couldn’t get it running otherwise.In the following modification of your example I did this modifications for
grid2(only for grid2).