3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>Locking Grid Column Example</title>
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
7 <script type="text/javascript" src="../../bootstrap.js"></script>
10 <script type="text/javascript" src="locking-grid.js"></script>
13 <h1>Locking Grid Column Example</h1>
14 <p>This example shows how to achieve "freeze pane" locking functionality similar to Excel.</p>
15 <p>Note that the js is not minified so it is readable. See <a href="locking-grid.js">locking-grid.js</a>.</p>
16 <div id="grid-example"></div>