Rico LiveGrid-Example 2
<%
session.contents("ex2")="select OrderID,CustomerID,ShipName,ShipCity,ShipCountry,OrderDate,ShippedDate from orders order by OrderID"
%>
This example uses AJAX to fetch order data as required.
It shows how the grid reacts when fetching the total # of rows is disabled.
In some situations, this may be desirable for performance reasons.
var buffer_opts = {
requestParameters:[{name:'get_total',value:'false'}]
};