%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" %> <%@ Register TagPrefix="Rico" TagName="DemoSettings" Src="settings.ascx" %> <%@ Register TagPrefix="Rico" TagName="LiveGrid" Src="../../plugins/dotnet/LiveGrid.ascx" %> <%@ Register TagPrefix="Rico" TagName="Column" Src="../../plugins/dotnet/GridColumn.ascx" %>
| 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. View the AJAX response (XML). |