or
kcSchoolRiskInd = $("#SchoolRiskInd").kendoChart({ title: { text: "School Risk Indicators", font: "bold 16px Arial,Helvetica,Sans-Serif" },
$(window).resize(function() { var gridElement = $("#grid"), newHeight = gridElement.innerHeight(), otherElements = gridElement.children().not(".k-grid-content"), otherElementsHeight = 0; otherElements.each(function(){ otherElementsHeight += $(this).outerHeight(); }); gridElement.children(".k-grid-content").height(newHeight - otherElementsHeight);});

<ul class="mainnav hover-list submenu hidden"> <li id="liHome" class="first"><a href="/">Settings</a></li> <li id="liBusiness"><a href="/business">Product Setup</a> </li> </ul> <div id="tabstrip" style="height:400px"> <ul> <li class="k-state-active">Setup</li> <li>Products</li> </ul> <div> <div class="weather"> <p> Rainy weather in Paris.</p> </div> </div> <div> <div class="weather"> <table id="grid" class="products"> <thead> <tr> <th style="width: 40px"> <input type="checkbox" class="select-all" /> </th> <th data-field="name"> Name </th> <th data-field="sku"> Sku </th> <th data-field="tags"> Tags </th> <th data-field="AssociatedReward"> Product Assigned To </th> </tr> </thead> <tbody> <tr> <td colspan="5"> </td> </tr> </tbody> </table> </div> </div> <div class="clear"> </div> </div>