Rico 2.0 LiveGrid examples have been tested on the following browsers and operating systems. Except where noted, all aspects of the grid were fully functional.
| Operating System | |||
|---|---|---|---|
| Browser | Windows XP | Macintosh 10.4 | Linux (Knoppix 5) |
| IE6 | *** | ||
| IE7 | *** | ||
| FF 1.5/2.0 | *** | ***1 | *** |
| Opera 9 | ***1,2,3 | ||
| Safari 2.0 | *** | ||
| Safari 3.0 (beta) | *** | ||
| Camino | ***1 | ||
| Konqueror 3.5 | *** | ||
Notes:
SimpleGrid's are new to Rico 2.0 and share some of the same functionality as LiveGrids - resizable columns, frozen columns, and frozen headings. However, unlike a LiveGrid, the data is static (no buffering, no AJAX refreshes, no sorting, no filtering). Why would you use a SimpleGrid? Because in some circumstances, it can perform better on the client than LiveGrid. It is also more flexible in what each cell can contain - cells in a column do not all have to be of the same type. If your web page is XHTML compliant, then they are also very easy to implement - just include an XSL stylesheet in your page (which is included in Rico 2.0) and presto - your tables are turned into grids! The stylesheet just looks for tables with a specific class and then does the transformation for you.
The PHP-based XML data provider (ricoXMLquery.php, dbClass2.php, ricoXmlResponse.php) has been tested with the following databases: MySQL 4.1, Oracle XE, SQL Server 2005, MS Access.
The ASP-based XML data provider (ricoXMLquery.asp, dbClass2.vbs, ricoXmlResponse.vbs) has been tested with the following databases: SQL Server 2000/2005, Oracle XE, DB2 Express-C, MySQL 4.1, MS Access. The code is based on the ADO library, so it should work with most ADO compatible databases.
The .net-based XML data provider (ricoXMLquery.aspx, ricoXmlResponse.ascx) has been tested with the following databases: SQL Server 2005, Oracle XE, DB2 Express-C, MySQL 4.1, MS Access. The code is based on the ADO.net library, so it should work with any database that has an ADO.net data provider.
The Perl-based XML data provider (ricoXMLquery.pl) is based on the dbi library and has been tested with the following databases: SQL Server 2000/2005, Oracle XE, MySQL 4.1, MS Access. Perl's lack of direct support for session variables has made it difficult to port code from the other Rico plug-ins. We are looking for contributors who would like to take up this challenge and more fully integrate this plug-in with Rico.