--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Buffered Grid Example</title>
+
+ <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
+ <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+ <script type="text/javascript" src="../../bootstrap.js"></script>
+
+ <script type="text/javascript" src="buffer-grid.js"></script>
+</head>
+<body>
+ <h1>Buffered Scrolling</h1>
+ <p>Ext JS 4's brand new grid supports infinite scrolling, which enables you to load any number of records into a grid without paging.</p>
+ <p>The new grid uses a virtualized scrolling system to handle potentially infinite data sets without any impact on client side performance.</p>
+ <p>This example illustrates loading of all the records up front and buffering the rendering. Take a look at the <a href="infinite-scroll.html">Forum example</a> which illustrates dynamically loading data from a remote source.</p>
+ <p>The code is not minified, see <a href="buffer-grid.js">buffer-grid.js</a></p>
+</body>
+</html>
\ No newline at end of file