<%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" validateRequest="false" %> <%@ Register TagPrefix="Rico" Assembly="Rico" NameSpace="Rico" %> <%@ Register TagPrefix="My" TagName="dbLib" Src="dbConnect.ascx" %> Rico LiveGrid-Example 2 (editable)
Base Library:
The data on this grid can be edited using pop-up forms. Just click on a grid cell and then select Edit, Delete, or Add from the pop-up menu. The Add and Edit forms are automatically generated by LiveGrid. Notice on the Add form how you use the Rico Tree control to select the customer. Notice on the Edit form how the Rico Calendar is used to change dates. Updates are disabled on the database, so you will get an error message if you try to save.

Orders Table