%@ LANGUAGE="VBSCRIPT" %>
| <% GridSettingsForm %> | This example demonstrates a pre-filled grid (no AJAX data fetches). LiveGrid just provides scrolling, column resizing, filtering, and sorting capabilities. The first column sorts numerically, the others sort in text order. |
| Column " & c & " | " next %>|
|---|---|
| " & r & " | " for c=2 to numcol response.write "Cell " & r & ":" & c & " | " next response.write "