<%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" %> <%@ Register TagPrefix="Rico" Assembly="Rico" NameSpace="Rico" %> <%@ Register TagPrefix="My" TagName="dbLib" Src="dbConnect.ascx" %> Rico SimpleGrid-Example 1
Base Library:

Rico: SimpleGrid

Rico's SimpleGrid is an unbuffered grid - all data exists in the DOM. It shares many of the same characteristics as Rico's better known LiveGrid. SimpleGrids have resizable columns, frozen columns on the left, and can use the same CSS styling as LiveGrids. Sorting and filtering can also be enabled at the developer's discretion. Unlike LiveGrids, each cell in a SimpleGrid can be formatted individually.