3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>Remote Summary Grid Example</title>
6 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
8 <script type="text/javascript" src="../../bootstrap.js"></script>
10 <style type="text/css">
11 .task .x-grid-cell-inner {
18 .x-grid-row-summary .x-grid-cell-inner {
23 .x-grid-hide-summary .x-grid-row-summary {
26 .x-grid-row .x-grid-cell-cost {
27 background-color:#f1f2f4;
29 .x-grid-row-summary .x-grid-cell-cost {
30 background-color:#e1e2e4;
33 <script type="text/javascript" src="remote-group-summary-grid.js"></script>
37 <h1>Remote Summary Grid Example Example</h1>
38 <p>This example demonstrates the use of the GroupingSummaryFeature with server-side summary calculation (results are intentionally wrong).</p>
39 <p>Note that the js is not minified so it is readable. See <a href="remote-group-summary-grid.js">remote-group-summary-grid.js</a>.</p>