or
$grid = $("<div></div>");$grid.filter('div').css("height", '300px')$grid.kendoGrid({});ConstV7.prototype.resizeGrid = function(grid) { var gridElement = grid, dataArea = gridElement.find(".k-grid-content"), gridHeight = gridElement.innerHeight(), otherElements = gridElement.children().not(".k-grid-content"), otherElementsHeight = 0; otherElements.each(function () { otherElementsHeight += $(this).outerHeight(); }); dataArea.height(gridHeight - otherElementsHeight);}SCRIPT438: Object doesn't support property or method 'value' kendo.web.min.js, line 8 character 75690<input name="photos" id="photos" type="file" data-role="upload"/>column.Bound(c => c.ActiveBaseQuote.Amount);column.Bound(c => c.Amount);function titleFilter(element) { element.kendoAutoComplete({ dataSource: titles });}