<%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" validateRequest="false" %> <%@ Register TagPrefix="Rico" TagName="DemoSettings" Src="settings.ascx" %> <%@ Register TagPrefix="Rico" TagName="DemoMenu" Src="menu.ascx" %> <%@ Register TagPrefix="Rico" TagName="ChkLang" Src="chklang.ascx" %> <%@ Register TagPrefix="Rico" TagName="LiveGrid" Src="../../plugins/dotnet/LiveGrid.ascx" %> <%@ Register TagPrefix="Rico" TagName="Column" Src="../../plugins/dotnet/GridColumn.ascx" %> <%@ Register TagPrefix="Rico" TagName="Panel" Src="../../plugins/dotnet/GridPanel.ascx" %> <%@ Register TagPrefix="Rico" TagName="sqlCompatibilty" Src="../../plugins/dotnet/sqlCompatibilty.ascx" %> <%@ Register TagPrefix="My" TagName="AppLib" Src="applib.ascx" %> Rico LiveGrid-Example 2 (editable)
This example demonstrates how database records can be updated via AJAX. Try selecting add, edit, or delete from the pop-up menu. If you select add, then click the '...' button next to customer, you will see the Rico tree control. The actual database updates have been disabled for security reasons and result in an error.