<%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" %> <%@ Register TagPrefix="Rico" TagName="SimpleGrid" Src="../../plugins/dotnet/SimpleGrid.ascx" %> <%@ Register TagPrefix="Rico" TagName="Column" Src="../../plugins/dotnet/GridColumn.ascx" %> <%@ Register TagPrefix="My" TagName="AppLib" Src="applib.ascx" %> Rico SimpleGrid-Example 3
This SimpleGrid demonstrates how filters can be applied as the user types. Entries in the text boxes are case-insensitive. Filtering is performed on the client -- responsiveness will vary with the speed of the client computer, the number of rows in the grid, and the efficiency of the browser.