%@ LANGUAGE="VBSCRIPT" %>
| <% GridSettingsForm %> | This example demonstrates a pre-filled grid (same as example 1), except that checkboxes have been placed in the first column. Click on a checkbox - notice that the box stays checked as the grid scrolls. It also demonstrates how the grid can be initialized to start at a specified row (this example skips the first 20 rows). Finally, it also shows how sorting and hide/show can be disabled for individual columns (the first column in this example). |
| Column " & c & " | " next %>||
|---|---|---|
| " if r mod 10=0 then response.write "1" else response.write "0" response.write " | " response.write "" & r & " | " for c=3 to numcol response.write "Cell " & r & ":" & c & " | " next response.write "