or
columns.Bound(e => e.Client)
.FooterTemplate(@<
text
>
@foreach (var acct in accountsRollups)
{
@Formatters.FormatCurrency(acct.UnrealizedGainLoss)
<
br
/>
}
</
text
>)
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);
});