<%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" %> <%@ Register TagPrefix="Rico" TagName="LiveGrid" Src="../../plugins/dotnet/LiveGrid.ascx" %> <%@ Register TagPrefix="Rico" TagName="Column" Src="../../plugins/dotnet/GridColumn.ascx" %> <%@ Register TagPrefix="My" TagName="LoadRicoClient" Src="LoadRicoClient.ascx" %> <%@ Register TagPrefix="My" TagName="dbLib" Src="dbConnect.ascx" %> Rico LiveGrid-Example 2
Base Library:
This example uses AJAX to fetch order data, as required, from the server. Notice how the number of visible rows is set automatically based on the size of the window. Try the different grid styles that are available. Click on a cell to see available actions. View the AJAX response (JSON) (requires JSONview or similar extension in FF).