or
<div id="horizontal"> <div> <h2>header here</h2> <!-- scroll only this part --> <p>left pane</p> <p>...</p><p>...</p><p>...</p><p>...</p><p>...</p><p>...</p> <!-- / scroll only this part --> <h2>footer here</h2> </div> <div> center pane </div> <div> east pane </div> </div>

|
POST http://128.73.0.194/Report/GetJsonGroupedCategoryData
|
401 Unauthorized
|
115m |
$(".k-grid").kendoGrid({
dataSource: {
data: createRandomData(50),
pageSize: 10
},
columns: [
{
field: "BirthDate",
title: "Birth Date",
format: "{0:dd/MMMM/yyyy}" // <- Other formatting options available?
}
]
});