<%@ LANGUAGE="VBSCRIPT" %> Rico LiveGrid-Example 2 <% CreateDbClass session.contents("ex2")= _ "select OrderID,CustomerID," & _ oDB.concat(Array(oDB.Convert2Char("OrderDate"),"'
'",oDB.Convert2Char("ShippedDate")),false) & ", " & _ oDB.concat(Array("ShipName","'
'","ShipAddress","'
'","ShipCity","' '","ShipRegion","' '","ShipCountry"),false) & " " & _ "from orders order by OrderID" CloseApp %>
This example shows how LiveGrid can display multi-line content. The Rico.TableColumn.MultiLine control overcomes issues when displaying multi-line content in IE6 and IE7.

 

Order# Cust# Order/Ship Date Ship To