or
$panesToResize.each(
function
(idx, el) {
splitter.size($panesToResize.eq(idx), colWidth);
});
<
div
class
=
"k-animation-container"
style
=
"width: 313px; height: 170px; margin-left: -2px; padding-left: 2px; padding-right: 2px; padding-bottom: 4px; overflow: hidden; display: none; position: absolute; top: 60px; z-index: 10002; left: 172px;"
><
div
role
=
"tooltip"
class
=
"k-widget k-tooltip k-popup k-group k-reset k-state-border-left"
data-role
=
"popup"
style
=
"display: none; width: 300px; -webkit-transform: scale(0.01) translateX(-313px); position: absolute;"
aria-hidden
=
"true"
><
div
class
=
"k-tooltip-content"
>Defined data processing Exceptions are presented here by category. Use these screens to inspect Exceptions before Acknowledging, performing an Action or Deferring the decision to a team member or later time. The decision will be recorded and full details provided in a generated report. Individual Item Exceptions can be treated throughout the Project from the Freeform Analysis page.</
div
><
div
class
=
"k-callout k-callout-w"
style
=
"top: 80.5px;"
></
div
></
div
></
div
>
$(
"#sidebar"
).kendoTooltip({
filter:
".helper"
,
position:
"right"
,
width: 300,
animation: {
open: {
effects:
"zoom:in slideIn:right"
,
duration: 200
},
close: {
effects:
"zoom:in slideIn:right"
,
reverse:
true
,
duration: 100
}
}
});
dataSource: {
type:
"aspnetmvc-ajax"
,
transport: {
read: {
url:
"@Url.Action("
_GetEHR
", "
Performance
")"
, type:
"POST"
,
contentType:
"application/json"
,
data:
//searchOptions()
{
periodDate:
function
() {
return
kendo.toString($(
"#periodDate"
).data(
"kendoDatePicker"
).value(),
"MMM yyyy"
) }
}
},
parameterMap:
function
(options) {
return
JSON.stringify(options);
}
},
serverSorting:
true
,
serverFiltering:
true
,
serverPaging:
true
,
pageSize: 50,
schema: {
model: {
fields: {
AccountName: { type:
"string"
},
Month1: { EHR: { type:
"number"
} },
Month2: { EHR: { type:
"number"
} },
Month3: { EHR: { type:
"number"
} },
Month4: { EHR: { type:
"number"
} },
Month5: { EHR: { type:
"number"
} },
Month6: { EHR: { type:
"number"
} },
Month7: { EHR: { type:
"number"
} },
Month8: { EHR: { type:
"number"
} },
Month9: { EHR: { type:
"number"
} },
Month10: { EHR: { type:
"number"
} },
Month11: { EHR: { type:
"number"
} },
Month12: { EHR: { type:
"number"
} }
}
},
data:
function
(data) {
return
data.Data;
},
total:
function
(data) {
return
data.Total;
}
},
},